Click or drag to resize

FixedQueueT Constructor

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

Creates a new FixedQueue with a given size

Namespace:  MLAPI.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public FixedQueue(
	int maxSize
)
Request Example View Source

Parameters

maxSize
Type: SystemInt32
The size of the queue
See Also