Edit

Share via


ReadOnlyMetadataCollection<T>.Enumerator Struct

Definition

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

public:  where T : MetadataItemvalue class ReadOnlyMetadataCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
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
Implements

Properties

Name Description
Current

Gets the member at the current position.

Methods

Name Description
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

Name Description
IEnumerator.Current

Gets the member at the current position.

Applies to