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