StringList.GetEnumerator Method

Definition

Gets an enumerator that iterates through the elements of the collection.

public:
 virtual System::Collections::Generic::IEnumerator<System::String ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<string> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of String)

Returns

An IEnumerator for the collection.

Implements

Applies to