CharEnumerator Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the current CharEnumerator object. |
![]() | Dispose() | Releases all resources used by the current instance of the CharEnumerator class. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MoveNext() | Increments the internal index of the current CharEnumerator object to the next character of the enumerated string. |
![]() | Reset() | Initializes the index to a position logically before the first character of the enumerated string. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
