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
Determines whether the specified object is equal to the current object.
(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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also