Click or drag to resize

BitStreamCopyUnreadFrom Method

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

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyUnreadFrom(
	Stream s,
	int count = -1
)
Request Example View Source

Parameters

s
Type: System.IOStream
count (Optional)
Type: SystemInt32
See Also