34 baseEnumerator.
Reset();
string Current
Gets the current element in the collection.
void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
bool MoveNext()
Advances the enumerator to the next element of the collection.
Supports a simple iteration over a T:System.Collections.Specialized.StringCollection.
Represents a collection of strings.
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
object Current
Gets the element in the collection at the current position of the enumerator.
bool MoveNext()
Advances the enumerator to the next element of the collection.
IEnumerator GetEnumerator()
Returns an enumerator that iterates through a collection.
Supports a simple iteration over a non-generic collection.