Class Il2CppManagedEnumerable
Namespace: BepInEx.Unity.IL2CPP.Utils.Collections
Assembly: BepInEx.Unity.IL2CPP.dll
Syntax
public class Il2CppManagedEnumerable : Object
Constructors
Declaration
public Il2CppManagedEnumerable(IEnumerable enumerable)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable |
enumerable |
Declaration
public Il2CppManagedEnumerable(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr |
ptr |
Methods
Declaration
public Il2CppSystem.Collections.IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
Il2CppSystem.Collections.IEnumerator |