Click or drag to resize
CacheableStack Methods

The CacheableStack type exposes the following members.

Methods
  NameDescription
Public methodClear (Inherited from StackIGFSerializable.)
Public methodContains (Inherited from StackIGFSerializable.)
Public methodCopyTo (Inherited from StackIGFSerializable.)
Public methodStatic memberCreate
Static function to create a new empty instance.
Public methodStatic memberCreate(Int32)
Static function to create a new instance with given initial size.
Public methodStatic memberCreate(IEnumerableIGFSerializable)
Public methodStatic memberCreateDeserializable
Factory function to register this class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromData
Deserialize this object, typical implementation should return the 'this' pointer.
Public methodGetEnumerator (Inherited from StackIGFSerializable.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek (Inherited from StackIGFSerializable.)
Public methodPop (Inherited from StackIGFSerializable.)
Public methodPush (Inherited from StackIGFSerializable.)
Public methodToArray (Inherited from StackIGFSerializable.)
Public methodToData
Serializes this object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess
Sets the capacity to the actual number of elements in the StackT, if that number is less than 90 percent of current capacity.
(Inherited from StackIGFSerializable.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from StackIGFSerializable.)
Explicit interface implementationPrivate methodIEnumerableTGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from StackIGFSerializable.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from StackIGFSerializable.)
Top
See Also