UnpackingStreamReaderByteLength Property |
Gets the length of the underlying raw binary length.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public long ByteLength { get; }
Public ReadOnly Property ByteLength As Long
Get
public:
property long long ByteLength {
long long get ();
}
member ByteLength : int64 with get
Property Value
Type:
Int64
The length of the underlying raw binary length.
This value will not be negative.
See Also