FixedQueueT Class |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.Collections
public sealed class FixedQueue<T>
The FixedQueueT type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedQueueT |
Creates a new FixedQueue with a given size
|
| Name | Description | |
|---|---|---|
| Count |
The amount of enqueued objects
| |
| Item |
Gets the element at a given virtual index
|
| Name | Description | |
|---|---|---|
| Dequeue |
Dequeues an object
| |
| ElementAt |
Gets the element at a given virtual index
| |
| Enqueue |
Enqueues an object
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |