VectorCollection.Enumerator 구조체

정의

의 항목을 Vector열거합니다VectorCollection.

public: value class VectorCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Vector>
public struct VectorCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Vector>
type VectorCollection.Enumerator = struct
    interface IEnumerator<Vector>
    interface IDisposable
    interface IEnumerator
type VectorCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Vector>
    interface IDisposable
type VectorCollection.Enumerator = struct
    interface IEnumerator
    interface IDisposable
    interface IEnumerator<Vector>
Public Structure VectorCollection.Enumerator
Implements IEnumerator(Of Vector)
상속
VectorCollection.Enumerator
구현

설명

언급된 경우를 제외하고 이 구조체의 멤버는 인터페이스에서 설명한 대로 정확하게 동작합니다 IEnumerator .

속성

Name Description
Current

컬렉션의 현재 요소를 가져옵니다.

메서드

Name Description
MoveNext()

열거자를 컬렉션의 다음 요소로 진행합니다.

Reset()

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

명시적 인터페이스 구현

Name Description
IDisposable.Dispose()

이 형식 또는 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

IEnumerator.Current

이 형식 또는 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

적용 대상