UnpackingStreamCanRead Property |
Gets a value indicating whether the current stream supports reading.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public override sealed bool CanRead { get; }
Public Overrides NotOverridable ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override sealed;
}
abstract CanRead : bool with get
override CanRead : bool with get
Property Value
Type:
BooleanAlways
true.
See Also