Click or drag to resize

BitStreamPoolPutBackInPool Method

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

Puts a PooledBitStream back into the pool

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void PutBackInPool(
	PooledBitStream stream
)
Request Example View Source

Parameters

stream
Type: MLAPI.SerializationPooledBitStream
The stream to put in the pool
See Also