Show / Hide Table of Contents

Struct ReadOnlyArray<T>.Enumerator

Implements
IEnumerator<T>
Namespace: UniEnumUtils
Assembly: UniEnum.dll
Syntax
public struct Enumerator : IEnumerator<T>

Constructors

| Improve this Doc View Source

Enumerator(T[])

Declaration
public Enumerator(T[] array)
Parameters
Type Name Description
T[] array

Properties

| Improve this Doc View Source

Current

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

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Reset()

Declaration
public void Reset()

Implements

IEnumerator<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX