[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.SimplePoolEnumerator`1"]
Inheritance Hierarchy
RagePoolEnumeratorHT
RageSimplePoolEnumeratorHT
RageObjectPoolEnumerator
RagePedPoolEnumerator
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public abstract class SimplePoolEnumerator<HT> : PoolEnumerator<HT> where HT : IHandleable
Type Parameters
- HT
[Missing <typeparam name="HT"/> documentation for "T:Rage.SimplePoolEnumerator`1"]
The SimplePoolEnumeratorHT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SimplePoolEnumeratorHT | Initializes a new instance of the SimplePoolEnumeratorHT class |
Properties
Name | Description | |
---|---|---|
![]() | Current | (Inherited from PoolEnumeratorHT.) |
![]() | Current2 | (Inherited from PoolEnumeratorHT.) |
![]() | Pool | (Inherited from PoolEnumeratorHT.) |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from PoolEnumeratorHT.) |
![]() | Dispose(Boolean) | (Inherited from PoolEnumeratorHT.) |
![]() | GetEnumerator | (Inherited from PoolEnumeratorHT.) |
![]() | GetEnumerator2 | (Inherited from PoolEnumeratorHT.) |
![]() | GetHandleableByAddress | (Inherited from PoolEnumeratorHT.) |
![]() | GetPoolCapacity | (Overrides PoolEnumeratorHTGetPoolCapacity.) |
![]() | HasBeenModified | (Overrides PoolEnumeratorHTHasBeenModified.) |
![]() | Initialize | (Overrides PoolEnumeratorHTInitialize.) |
![]() | IsItemValid | (Inherited from PoolEnumeratorHT.) |
![]() | MoveNext | (Inherited from PoolEnumeratorHT.) |
![]() | Reset | (Inherited from PoolEnumeratorHT.) |
![]() | TryGetItemAtIndex | (Overrides PoolEnumeratorHTTryGetItemAtIndex(Int32).) |
See Also