Click or drag to resize

PoolContainerTInstance Methods

The PoolContainerTInstance generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified item with the specified key.
Public methodContains
Determines whether the specified key exists.
Public methodContainsUnidentified
Determines whether the specified unidentified item exists within this pool.
Public methodEquals (Inherited from Object.)
Public methodGet
Gets the item associated with the specified key.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMove
Moves the item associated with the specified old key to the specified new key.
Public methodMoveUnidentified
Moves the specified unidentified item to the specified new key.
Public methodRemove
Removes the item associated with the specified key.
Public methodRemoveUnidentified
Removes the specified unidentified item.
Public methodToString (Inherited from Object.)
Top
See Also