UnpackingResultTReadCount Property |
Get read bytes count from input byte array.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public int ReadCount { get; }
Public ReadOnly Property ReadCount As Integer
Get
public:
property int ReadCount {
int get ();
}
member ReadCount : int with get
Property Value
Type:
Int32
Read bytes count from input byte array.
If this value equals to old offset, then a value of
Value property is not undifined.
See Also