Skip to main content

ImmutableReadOnlyListStructEnumerator<T> Structure

Definition

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

public struct ImmutableReadOnlyListStructEnumerator<T> : IEnumerator<T>, 
IEnumerator, IDisposable

View Source
InheritanceObjectValueType → ImmutableReadOnlyListStructEnumerator(T)
ImplementsIEnumerator(T), IEnumerator, IDisposable

Type Parameters

Constructors

ImmutableReadOnlyListStructEnumerator(T)(IReadOnlyList(T))Initializes a new instance of the ImmutableReadOnlyListStructEnumerator(T) class

Properties

Current 

Methods

Dispose()Releases all resources used by the ImmutableReadOnlyListStructEnumerator(T)
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() 
Reset() 
ToString()Returns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also

Reference

Avalonia.Utilities Namespace