MLAPI API Reference
MLAPI API Reference
MLAPI.Collections
FixedQueue(T) Class
FixedQueue(T) Methods
Dequeue Method
ElementAt Method
Enqueue Method
FixedQueue
T
Enqueue Method
[This is preliminary documentation and is subject to change.]
Enqueues an object
Namespace:
MLAPI.Collections
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
Enqueue
( T
t
)
Request Example
View Source
Parameters
t
Type:
T
Return Value
Type:
Boolean
See Also
Reference
FixedQueue
T
Class
MLAPI.Collections Namespace