Click or drag to resize
UnpackingStreamCanRead Property
Gets a value indicating whether the current stream supports reading.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public override sealed bool CanRead { get; }

Property Value

Type: Boolean
Always true.
See Also