ReadOnlyMetadataCollection<T>.Enumerator Struct

Definition

The enumerator for MetadataCollection

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes")]
public struct ReadOnlyMetadataCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : MetadataItem
type ReadOnlyMetadataCollection<'T (requires 'T :> MetadataItem)>.Enumerator = struct
    interface IEnumerator<'T (requires 'T :> MetadataItem)>
    interface IDisposable
    interface IEnumerator
Public Structure ReadOnlyMetadataCollection(Of T).Enumerator
Implements IEnumerator(Of T)

Type Parameters

T
Inheritance
ReadOnlyMetadataCollection<T>.Enumerator
Attributes
Implements

Properties

Current

Gets the member at the current position.

Methods

Dispose()

Disposes of this enumerator.

MoveNext()

Moves to the next member in the collection of type ReadOnlyMetadataCollection<T>.Enumerator .

Reset()

Positions the enumerator before the first position in the collection of type ReadOnlyMetadataCollection<T> .

Explicit Interface Implementations

IEnumerator.Current

Gets the member at the current position

Applies to