MLAPI API Reference
MLAPI API Reference
MLAPI.Collections
FixedQueue(T) Class
FixedQueue(T) Constructor
FixedQueue(T) Properties
FixedQueue(T) Methods
FixedQueue
T
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#
Copy
public
FixedQueue
(
int
maxSize
)
Request Example
View Source
Parameters
maxSize
Type:
System
Int32
The size of the queue
See Also
Reference
FixedQueue
T
Class
MLAPI.Collections Namespace