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
-
IEnumerator<T>
- 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()