Table of Contents

Struct AvaloniaList<T>.Enumerator

Namespace
Avalonia.Collections
Assembly
Avalonia.Base.dll

Enumerates the elements of a AvaloniaList<T>.

public struct AvaloniaList<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(List<T>)

public Enumerator(List<T> inner)

Parameters

inner List<T>

Properties

Current

public T Current { get; }

Property Value

T

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool