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()
Assembly: BepInEx.Unity.IL2CPP.dll
Syntax
public static class CollectionExtensions
Methods
Declaration
public static IEnumerable WrapToIl2Cpp(this IEnumerable self)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
self |
|
Returns
Type |
Description |
IEnumerable |
|
Declaration
public static IEnumerator WrapToIl2Cpp(this IEnumerator self)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerator |
self |
|
Returns
Type |
Description |
IEnumerator |
|
Declaration
public static IEnumerable WrapToManaged(this IEnumerable self)
Parameters
Type |
Name |
Description |
IEnumerable |
self |
|
Returns
Type |
Description |
System.Collections.IEnumerable |
|
Declaration
public static IEnumerator WrapToManaged(this IEnumerator self)
Parameters
Type |
Name |
Description |
IEnumerator |
self |
|
Returns
Type |
Description |
System.Collections.IEnumerator |
|