[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.AdvancedPoolEnumerator`1"]
Inheritance Hierarchy
RagePoolEnumeratorHT
RageAdvancedPoolEnumeratorHT
RageVehiclePoolEnumerator
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public abstract class AdvancedPoolEnumerator<HT> : PoolEnumerator<HT> where HT : IHandleable
Type Parameters
- HT
[Missing <typeparam name="HT"/> documentation for "T:Rage.AdvancedPoolEnumerator`1"]
The AdvancedPoolEnumeratorHT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AdvancedPoolEnumeratorHT | Initializes a new instance of the AdvancedPoolEnumeratorHT 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