StringValues.IEnumerable<String>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ();
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.