AvaloniaList<T>.Enumerator Structure
Enumerates the elements of a AvaloniaList(T).
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct Enumerator : IEnumerator<T>,
IEnumerator, IDisposable
Public Structure Enumerator
Implements IEnumerator(Of T), IEnumerator, IDisposable
[<SealedAttribute>]
type Enumerator =
struct
inherit ValueType
interface IEnumerator<'T>
interface IEnumerator
interface IDisposable
end
Inheritance | Object → ValueType → AvaloniaList(T).Enumerator |
Implements | IEnumerator(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) |