ImmutableReadOnlyListStructEnumeratorT Structure

Definition

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

Type Parameters

T

Properties

Methods

DisposeReleases all resources used by the ImmutableReadOnlyListStructEnumeratorT
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 
Reset 
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also