Skip to main content

ImmutableReadOnlyListStructEnumerator<T> Struct

Definition

Assembly:Avalonia.Base
Package:Avalonia
public struct ImmutableReadOnlyListStructEnumerator<T>

Inheritance: ValueType -> ImmutableReadOnlyListStructEnumerator<T>

Implements: IEnumerator<>, IEnumerator, IDisposable

Constructors

NameDescription
ImmutableReadOnlyListStructEnumerator<T>No summary available.

ImmutableReadOnlyListStructEnumerator<T> Constructor

public ImmutableReadOnlyListStructEnumerator<T>(System.Collections.Generic.IReadOnlyList<T> readOnlyList)

Parameters

readOnlyList System.Collections.Generic.IReadOnlyList<T>

Methods

NameDescription
DisposeNo summary available.
MoveNextNo summary available.
ResetNo summary available.

Dispose Method

public void Dispose()

MoveNext Method

public bool MoveNext()

Returns

bool

Reset Method

public void Reset()

Properties

NameDescription
CurrentNo summary available.

Current Property

public T Current { get; set; }