UnpackingStreamLength Property |
Gets the length in bytes of the stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public override sealed long Length { get; }
Public Overrides NotOverridable ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () override sealed;
}
abstract Length : int64 with get
override Length : int64 with get
Property Value
Type:
Int64
A long value representing the length of the raw binary length.
This value must be between 0 and
MaxValue.
Exceptions Remarks See Also