GeneralTransform3DCollection.Enumerator 구조체
정의
GeneralTransform3DCollection의 GeneralTransform3D 항목을 열거합니다.Enumerates GeneralTransform3D items in a GeneralTransform3DCollection.
public: value class GeneralTransform3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::GeneralTransform3D ^>
public struct GeneralTransform3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.GeneralTransform3D>
type GeneralTransform3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<GeneralTransform3D>
interface IDisposable
Public Structure GeneralTransform3DCollection.Enumerator
Implements IEnumerator(Of GeneralTransform3D)
- 상속
- 구현
설명
GeneralTransform3DCollection.Enumerator .NET Framework 버전 3.5에서에서 도입 되었습니다.GeneralTransform3DCollection.Enumerator is introduced in the .NET Framework version 3.5. 자세한 내용은 버전 및 종속성을 참조하세요.For more information, see Versions and Dependencies.
속성
Current |
컬렉션의 현재 요소를 가져옵니다.Gets the current element in the collection. |
메서드
MoveNext() |
열거자를 컬렉션의 다음 요소로 이동합니다.Advances the enumerator to the next element in the collection. |
Reset() |
컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 다시 설정합니다.Resets the enumerator to its initial position, which is before the first element in the collection. |
명시적 인터페이스 구현
IDisposable.Dispose() |
이 멤버에 대한 설명은 Dispose()를 참조하세요.For a description of this member, see Dispose(). |
IEnumerator.Current |
이 멤버에 대한 설명은 Current를 참조하십시오.For a description of this member, see Current. |