Assembly: VRage.Scripting.dll

public sealed class MemorySafeQueue: Queue, ICollection, IEnumerable, ICloneable

Constructors

Member Description
MemorySafeQueue()
MemorySafeQueue(int)
MemorySafeQueue(ICollection)
MemorySafeQueue(int, float)

Methods

Member Description
Enqueue(object)

Inheritance: Queue

Implements: