docs.unity.cn
    Show / Hide Table of Contents

    Struct ReadOnlyArray<TValue>.Enumerator

    ReadOnlyArray<TValue> Enumerates the elements of a read-only array.

    Namespace: UnityEngine.InputSystem.Utilities
    Syntax
    public struct Enumerator : IEnumerator<TValue>

    Properties

    Current

    Declaration
    public TValue Current { get; }
    Property Value
    Type Description
    TValue

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Tuesday, November 2, 2021
    Terms of use