ListBox.IntegerCollection.IEnumerable.GetEnumerator 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ListBox.IntegerCollection에서 모든 정수의 열거형을 검색합니다.
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
반환
IEnumerator에 대한 ListBox.IntegerCollection입니다.
구현
설명
이 메서드는 컬렉션의 스냅샷을 포함 하는 열거자를 만듭니다. 열거자; 변경 하 여 컬렉션을 변경할 수 있습니다. 그러나 여러 열거자 동일한 컬렉션에 동시에 액세스할 수 있습니다. 따라서 발생할 수 있습니다 (직접 또는 다른 열거자를 통해) 컬렉션을 변경 Current 또는 MoveNext 예외를 throw 합니다.
동시에 동일한 컬렉션에서 만들어진 두 열거자는 서로 다른 스냅샷을 포함할 수 있습니다.
컬렉션에서 제거도 열거자에서 개체를 제거 합니다.