Struct FixedListInt64.Enumerator | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct FixedListInt64.Enumerator

    Namespace: Unity.Collections
    Syntax
    public struct Enumerator : IEnumerator<int>, IDisposable, IEnumerator

    Constructors

    Enumerator(ref FixedListInt64)

    Declaration
    public Enumerator(ref FixedListInt64 list)
    Parameters
    Type Name Description
    FixedListInt64 list

    Properties

    Current

    Declaration
    public int Current { get; }
    Property Value
    Type Description
    Int32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX