Share via


DocumentReferenceCollection.IEnumerable.GetEnumerator Yöntem

Tanım

Bir toplulukta tekrarlanan bir numaralandırıcı döndürür. Bunun yerine tür açısından güvenli GetEnumerator() yöntemini kullanın.

 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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerator nesnesi.

Uygulamalar

Şunlara uygulanır