docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ReadOnlyArray<TValue>.Enumerator

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

    Implements
    IEnumerator<TValue>
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.Utilities
    Assembly: Unity.InputSystem.dll
    Syntax
    public struct ReadOnlyArray<TValue>.Enumerator : IEnumerator<TValue>, IEnumerator, IDisposable

    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
    bool

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)