GroupCollection.IEnumerable<Group>.GetEnumerator Yöntem

Tanım

Grup koleksiyonunda yineleyen bir numaralandırıcı sağlar.

 virtual System::Collections::Generic::IEnumerator<System::Text::RegularExpressions::Group ^> ^ System.Collections.Generic.IEnumerable<System.Text.RegularExpressions.Group>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Text::RegularExpressions::Group ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Text.RegularExpressions.Group> IEnumerable<Group>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Text.RegularExpressions.Group>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.RegularExpressions.Group>
override this.System.Collections.Generic.IEnumerable<System.Text.RegularExpressions.Group>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.RegularExpressions.Group>
Function GetEnumerator () As IEnumerator(Of Group) Implements IEnumerable(Of Group).GetEnumerator

Döndürülenler

Grup koleksiyonundaki tüm Group nesneleri içeren bir numaralandırıcı.

Uygulamalar

Açıklamalar

Koleksiyondaki nesneler arasında Group yineleme yapmanızı sağlayan bir numaralandırıcı almak için bu yöntemi çağırmak yerine, programlama diliniz tarafından sağlanan grup yineleme yapısını (C# ve For Each...Next Visual Basic'te olduğu gibiforeach) kullanmanız gerekir.

Şunlara uygulanır