EndpointMetadataCollection.Enumerator 구조체

정의

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)
상속
EndpointMetadataCollection.Enumerator
구현

속성

Current

열거자의 현재 위치에 있는 요소를 가져옵니다.

메서드

Dispose()

EndpointMetadataCollection.Enumerator에서 사용하는 모든 리소스를 해제합니다.

MoveNext()

열거자를 EndpointMetadataCollection.Enumerator의 다음 요소로 이동합니다.

Reset()

컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다.

적용 대상