PoolContainerTInstance Class |
Namespace: SampSharp.GameMode.Pools
public sealed class PoolContainer<TInstance> : IEnumerable<TInstance>, IEnumerable where TInstance : class
The PoolContainerTInstance type exposes the following members.
Name | Description | |
---|---|---|
![]() | PoolContainerTInstance | Initializes a new instance of the PoolContainerTInstance class |
Name | Description | |
---|---|---|
![]() | UnidentifiedItems |
Gets the unidentified items.
|
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.) |
Name | Description | |
---|---|---|
![]() ![]() | UnidentifiedId |
The identifier of an unidentified instance.
|