PoolContainerTInstance Methods |
The PoolContainerTInstance generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified item with the specified key.
|
![]() | Contains |
Determines whether the specified key exists.
|
![]() | ContainsUnidentified |
Determines whether the specified unidentified item exists within this pool.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Get |
Gets the item associated with the specified key.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Move |
Moves the item associated with the specified old key to the specified new key.
|
![]() | MoveUnidentified |
Moves the specified unidentified item to the specified new key.
|
![]() | Remove |
Removes the item associated with the specified key.
|
![]() | RemoveUnidentified |
Removes the specified unidentified item.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |