EndpointMetadataCollection.Enumerator Struct

Definition

Enumerates the elements of an EndpointMetadataCollection.

public struct EndpointMetadataCollection.Enumerator : System.Collections.Generic.IEnumerator<object>
Inheritance
EndpointMetadataCollection.Enumerator
Implements

Properties

Current

Gets the element at the current position of the enumerator

Methods

Dispose()

Releases all resources used by the EndpointMetadataCollection.Enumerator.

MoveNext()

Advances the enumerator to the next element of the EndpointMetadataCollection.Enumerator.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Applies to