Click or drag to resize
UnpackingResultTReadCount Property
Get read bytes count from input byte array.

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