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()