Class CollectionExtensions

Inheritance
System.Object CollectionExtensions
Inherited Members
System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString()
Namespace: BepInEx.Unity.IL2CPP.Utils.Collections
Assembly: BepInEx.Unity.IL2CPP.dll
Syntax
public static class CollectionExtensions

Methods

WrapToIl2Cpp(IEnumerable)

Declaration
public static IEnumerable WrapToIl2Cpp(this IEnumerable self)
Parameters
Type Name Description
System.Collections.IEnumerable self
Returns
Type Description
IEnumerable

WrapToIl2Cpp(IEnumerator)

Declaration
public static IEnumerator WrapToIl2Cpp(this IEnumerator self)
Parameters
Type Name Description
System.Collections.IEnumerator self
Returns
Type Description
IEnumerator

WrapToManaged(IEnumerable)

Declaration
public static IEnumerable WrapToManaged(this IEnumerable self)
Parameters
Type Name Description
IEnumerable self
Returns
Type Description
System.Collections.IEnumerable

WrapToManaged(IEnumerator)

Declaration
public static IEnumerator WrapToManaged(this IEnumerator self)
Parameters
Type Name Description
IEnumerator self
Returns
Type Description
System.Collections.IEnumerator