UnpackingResultTValue Property |
Get retrieved value from the byte array.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax Public ReadOnly Property Value As T
Get
public:
property T Value {
T get ();
}
member Value : 'T with get
Property Value
Type:
T
Retrieved value from the byte array.
If
ReadCount equals to old offset, then a value of this property is not undefined.
See Also