Search Results for

    Class ManagedIl2CppEnumerable

    Inheritance
    object
    ManagedIl2CppEnumerable
    Implements
    IEnumerable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public class ManagedIl2CppEnumerable : IEnumerable

    Constructors

    ManagedIl2CppEnumerable(IEnumerable)

    Declaration
    public ManagedIl2CppEnumerable(IEnumerable enumerable)
    Parameters
    Type Name Description
    IEnumerable enumerable

    Methods

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    IEnumerable

    Extension Methods

    CollectionExtensions.WrapToIl2Cpp(IEnumerable)