Get whether this class supports seek operation and quering
Position property.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public virtual bool CanSeek { get; }
Public Overridable ReadOnly Property CanSeek As Boolean
Get
public:
virtual property bool CanSeek {
bool get ();
}
abstract CanSeek : bool with get
override CanSeek : bool with get
Property Value
Type:
BooleanIf this class supports seek operation and quering
Position property then true.
See Also