AvaloniaList<T>.Enumerator<T> Struct
Definition
Enumerates the elements of a Avalonia.Collections.AvaloniaList<T>.
public struct AvaloniaList<T>.Enumerator<T>
Constructors
| Name | Description |
|---|---|
| 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
Dispose Method
public void Dispose()
MoveNext Method
public bool MoveNext()
Returns
bool
Properties
| Name | Description |
|---|---|
| Current | No summary available. |
Current Property
public T Current { get; set; }