ReadOnlyMetadataCollection<T>.Enumerator Struct

Definition

Supports a simple iteration over the ReadOnlyMetadataCollection<T> collection.

C#
public struct ReadOnlyMetadataCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : MetadataItem

Type Parameters

T
Inheritance
ReadOnlyMetadataCollection<T>.Enumerator
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

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1