Click or drag to resize

FixedQueueT Class

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

Queue with a fixed size
Inheritance Hierarchy
SystemObject
  MLAPI.CollectionsFixedQueueT

Namespace:  MLAPI.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class FixedQueue<T>
Request Example View Source

Type Parameters

T
The type of the queue

The FixedQueueT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
The amount of enqueued objects
Public propertyItem
Gets the element at a given virtual index
Top
Methods
  NameDescription
Public methodDequeue
Dequeues an object
Public methodElementAt
Gets the element at a given virtual index
Public methodEnqueue
Enqueues an object
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also