Assembly: VRage.Scripting.dll

public sealed class MemorySafeStack: Stack, ICollection, IEnumerable, ICloneable

Constructors

Member Description
MemorySafeStack()
MemorySafeStack(int)
MemorySafeStack(ICollection)

Methods

Member Description
Push(object)

Inheritance: Stack

Implements: