StringValues.IEnumerable<String>.GetEnumerator Yöntem

Tanım

Toplulukta yinelenen bir numaralandırıcı döndürür.

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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir numaralandırıcı.

Uygulamalar

Şunlara uygulanır