Skip to main content

AvaloniaList<T>.Enumerator Structure

Enumerates the elements of a AvaloniaList(T).

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public struct Enumerator : IEnumerator<T>, 
IEnumerator, IDisposable
View Source
InheritanceObjectValueType → AvaloniaList(T).Enumerator
ImplementsIEnumerator(T), IEnumerator, IDisposable

Constructors

AvaloniaList(T).Enumerator(List(T))Initializes a new instance of the AvaloniaList(T).Enumerator class

Properties

Current 

Methods

Dispose()Releases all resources used by the AvaloniaList(T).Enumerator
Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCode()Returns the hash code for this instance.
(Inherited from ValueType)
GetType()Gets the Type of the current instance.
(Inherited from Object)
MoveNext() 
ToString()Returns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also

Reference

Avalonia.Collections Namespace