Click or drag to resize

BitWriterDeprecatedPushArrayT Method (T, Int32, Int32, Boolean)

[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 PushArray<T>(
	T[] t,
	int startIndex,
	int length,
	bool knownSize = false
)
Request Example View Source

Parameters

t
Type: T
startIndex
Type: SystemInt32
length
Type: SystemInt32
knownSize (Optional)
Type: SystemBoolean

Type Parameters

T
See Also