Click or drag to resize
UnpackingStreamReaderByteLength Property
Gets the length of the underlying raw binary length.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public long ByteLength { get; }

Property Value

Type: Int64
The length of the underlying raw binary length. This value will not be negative.
See Also