Skip to main content

AvaloniaList<T>.Enumerator<T> Struct

Definition

Assembly:Avalonia.Base
Package:Avalonia

Enumerates the elements of a Avalonia.Collections.AvaloniaList<T>.

public struct AvaloniaList<T>.Enumerator<T>

Inheritance: ValueType -> AvaloniaList<T>.Enumerator<T>

Implements: IEnumerator<>, IEnumerator, IDisposable

Constructors

NameDescription
AvaloniaList<T>.Enumerator<T>No summary available.

AvaloniaList<T>.Enumerator<T> Constructor

public AvaloniaList<T>.Enumerator<T>(System.Collections.Generic.List<T> inner)

Parameters

inner System.Collections.Generic.List<T>

Methods

NameDescription
DisposeNo summary available.
MoveNextNo summary available.

Dispose Method

public void Dispose()

MoveNext Method

public bool MoveNext()

Returns

bool

Properties

NameDescription
CurrentNo summary available.

Current Property

public T Current { get; set; }