StringValues.IEnumerable<String>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

 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

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to