CustomAttributeHandleCollection.Enumerator 구조체
정의
public: value class CustomAttributeHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::CustomAttributeHandle>
public struct CustomAttributeHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.CustomAttributeHandle>
type CustomAttributeHandleCollection.Enumerator = struct
interface IEnumerator<CustomAttributeHandle>
interface IEnumerator
interface IDisposable
Public Structure CustomAttributeHandleCollection.Enumerator
Implements IEnumerator(Of CustomAttributeHandle)
- 상속
- 구현
속성
Current |
컬렉션에서 열거자의 현재 위치에 있는 요소를 가져옵니다.Gets the element in the collection at the current position of the enumerator. |
메서드
MoveNext() |
열거자를 컬렉션의 다음 요소로 이동합니다.Advances the enumerator to the next element of the collection. |
명시적 인터페이스 구현
IDisposable.Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
IEnumerator.Current |
컬렉션에서 열거자의 현재 위치에 있는 요소를 가져옵니다.Gets the element in the collection at the current position of the enumerator. |
IEnumerator.Reset() |
컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다.Sets the enumerator to its initial position, which is before the first element in the collection. |