PoolEnumeratorHT Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Rage.PoolEnumerator`1"]

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public propertyCurrent
Public propertyCurrent2
Protected propertyPool
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the PoolEnumeratorHT
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PoolEnumeratorHT and optionally releases the managed resources
Public methodGetEnumerator
Public methodGetEnumerator2
Protected methodGetHandleableByAddress
Protected methodGetPoolCapacity
Protected methodHasBeenModified
Protected methodInitialize
Protected methodIsItemValid
Public methodMoveNext
Public methodReset
Protected methodTryGetItemAtIndex
Top
See Also

Reference