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