C# | CharEnumerator.Dispose() Method
This method is used to releases all resources used by the current instance of the CharEnumerator class. The Dispose() method leaves the CharEnumerator in an unusable state. So, this method should be called when a user finished their working with the CharEnumerator. Syntax: public void Dispose (); Re