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 readonly 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 © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, January 5, 2022
    Terms of use