StringValues.IEnumerable<String>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che consente di scorrere la raccolta.

 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

Restituisce

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Si applica a