Click or drag to resize
UnpackingResultTValue Property
Get retrieved value from the byte array.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public T Value { 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