[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.PoolEnumerator`1"]
Inheritance Hierarchy
RagePoolEnumeratorHT
RageAdvancedPoolEnumeratorHT
RageSimplePoolEnumeratorHT
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public abstract class PoolEnumerator<HT> : IEnumerable<HT>, IEnumerator<HT> where HT : IHandleable
Type Parameters
- HT
[Missing <typeparam name="HT"/> documentation for "T:Rage.PoolEnumerator`1"]
The PoolEnumeratorHT type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | ||
Current2 | ||
Pool |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the PoolEnumeratorHT | |
Dispose(Boolean) | Releases the unmanaged resources used by the PoolEnumeratorHT and optionally releases the managed resources | |
GetEnumerator | ||
GetEnumerator2 | ||
GetHandleableByAddress | ||
GetPoolCapacity | ||
HasBeenModified | ||
Initialize | ||
IsItemValid | ||
MoveNext | ||
Reset | ||
TryGetItemAtIndex |
See Also