Show / Hide Table of Contents

Struct ReadOnlyArray<T>.Enumerator

An array enumerator.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ItsyBitsy.Collections
Assembly: ItsyBitsy.Collections.ReadOnlyArray.dll
Syntax
public struct Enumerator

Properties

| Improve this Doc View Source

Current

Gets the current element.
Declaration
public T Current { get; }
Property Value
Type Description
T

Methods

| Improve this Doc View Source

MoveNext()

Advances the enumerator to the next element.
Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX