Get current position of underlying stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public virtual long Position { get; }
Public Overridable ReadOnly Property Position As Long
Get
public:
virtual property long long Position {
long long get ();
}
abstract Position : int64 with get
override Position : int64 with get
Property Value
Type:
Int64Opaque position value of underlying stream.
Exceptions See Also