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