Click or drag to resize

BitStreamCanWrite Property

[This is preliminary documentation and is subject to change.]

Whether or not this stream can accept new data. NOTE: this will return true even if only fewer than 8 bits can be written!

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool CanWrite { get; }
Request Example View Source

Property Value

Type: Boolean
See Also