StringEnumerator Class
Supports a simple iteration over a StringCollection.
Definition
| public class StringEnumerator: Object |
Members Table
The following table lists the members exposed by the StringEnumerator object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MoveNext | Advances the enumerator to the next element of the collection. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
Properties
| Property | Description |
|---|
| Current | Gets the current element in the collection. |
Inheritance Hierarchy
ObjectStringEnumerator
Class Information