| CharIterator Methods | 
The CharIterator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Close | |
|  | Current | Gets the current CharData value
 | 
|  | Equals | 
Check if equals to a given object
 | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | HasNext | Determines if the iteration has more elements.
 | 
|  | Next | Iterates to the next object in the iteration
 | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also