EndpointMetadataCollection.Enumerator Struct

Definition

Enumerates the elements of an EndpointMetadataCollection.

public: value class EndpointMetadataCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Object ^>
public struct EndpointMetadataCollection.Enumerator : System.Collections.Generic.IEnumerator<object>
type EndpointMetadataCollection.Enumerator = struct
    interface IEnumerator<obj>
    interface IEnumerator
    interface IDisposable
Public Structure EndpointMetadataCollection.Enumerator
Implements IEnumerator(Of 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