Class ManagedIl2CppEnumerator
Implements
Inherited Members
Namespace: RedLoader
Assembly: RedLoader.dll
Syntax
public class ManagedIl2CppEnumerator : IEnumerator
Constructors
ManagedIl2CppEnumerator(IEnumerator)
Declaration
public ManagedIl2CppEnumerator(IEnumerator enumerator)
Parameters
Type | Name | Description |
---|---|---|
IEnumerator | enumerator |
Properties
Current
Declaration
public object Current { get; }
Property Value
Type | Description |
---|---|
object |
Methods
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool |
Reset()
Declaration
public void Reset()