docs.unity.cn
    Show / Hide Table of Contents

    Struct MultiListEnumerator<T>

    Namespace: Unity.Entities.Conversion
    Syntax
    public struct MultiListEnumerator<T> : IEnumerable<T>, IEnumerable, IEnumerator<T>, IDisposable, IEnumerator
    Type Parameters
    Name Description
    T

    Properties

    Any

    Declaration
    public readonly bool Any { get; }
    Property Value
    Type Description
    Boolean

    Current

    Declaration
    public readonly T Current { get; }
    Property Value
    Type Description
    T

    Empty

    Declaration
    public static readonly MultiListEnumerator<T> Empty { get; }
    Property Value
    Type Description
    MultiListEnumerator<T>

    IsEmpty

    Declaration
    public readonly bool IsEmpty { get; }
    Property Value
    Type Description
    Boolean

    IsValid

    Declaration
    public readonly bool IsValid { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Count()

    Declaration
    public int Count()
    Returns
    Type Description
    Int32

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 23 March 2022
    Terms of use