GroupCollection.GetEnumerator 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컬렉션을 반복하는 열거자를 제공합니다.
public:
virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator
반환
Group의 모든 GroupCollection 개체를 포함하는 열거자입니다.
구현
설명
컬렉션의 개체를 반복 Group 할 수 있는 열거자를 검색하기 위해 메서드를 호출 GetEnumerator 하는 대신 그룹 반복 구문(예: foreach
C# 및 For Each
...Next
in Visual Basic) that is provided by your programming language.