AvaloniaListTEnumerator Structure

Enumerates the elements of a AvaloniaListT.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public struct Enumerator : IEnumerator<T>, 
	IEnumerator, IDisposable
Inheritance
Object    ValueType    AvaloniaListTEnumerator
Implements
IEnumeratorT, IEnumerator, IDisposable

Properties

Methods

DisposeReleases all resources used by the AvaloniaListTEnumerator
Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MoveNext 
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also