Click or drag to resize

BitStreamPosition Property

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

The index that will be written to when any call to write data is made to this stream.

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

Property Value

Type: Int64
See Also