<PackageReference Include="System.Collections.Specialized" Version="4.0.1-beta-23409" />

System.Collections.Specialized.StringEnumerator

public class StringEnumerator
Supports a simple iteration over a StringCollection.
public string Current { get; }

Gets the current element in the collection.

public bool MoveNext()

Advances the enumerator to the next element of the collection.

public void Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.