class StringEnumerator
in global :: System . Collections . Specialized
Supports a simple iteration over a .
public string Current { get; }
Gets the current element in the collection.
- Returns The current element in the collection.
public bool MoveNext( )
😔 No documentation found.
public void Reset( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.