Click or drag to resize
PackerCanSeek Property
Get whether this class supports seek operation and quering Position property.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public virtual bool CanSeek { get; }

Property Value

Type: Boolean
If this class supports seek operation and quering Position property then true.
See Also