Assembly: VRage.Scripting.dll

public sealed class MemorySafeHashtable: Hashtable, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable

Properties

Member Description
Item

Constructors

Member Description
MemorySafeHashtable(IDictionary)
MemorySafeHashtable(IDictionary, IEqualityComparer)
MemorySafeHashtable(IDictionary, float)
MemorySafeHashtable(IDictionary, float, IEqualityComparer)
MemorySafeHashtable(IEqualityComparer)
MemorySafeHashtable(int, IEqualityComparer)
MemorySafeHashtable(int, float)
MemorySafeHashtable(int, float, IEqualityComparer)
MemorySafeHashtable(SerializationInfo, StreamingContext)
MemorySafeHashtable()
MemorySafeHashtable(int)

Methods

Member Description
Add(object, object)

Inheritance: Hashtable

Implements: