EndpointMetadataCollection.Enumerator 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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() |
컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다. |