// Assembly: mscorlib
// Full name: System.CharEnumerator

namespace System
{
public class CharEnumerator // TypeDefIndex: 3438
{
	// Fields
	type#26577 _str;
	type#20868 _index;
	type#15838 _currentElement;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#26576 str) { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public virtual type#15313 MoveNext() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	private virtual type#23705 System.Collections.IEnumerator.get_Current() { }
	// RVA: -1
	public virtual type#15837 get_Current() { }
	// RVA: -1
	public virtual type#28660 Reset() { }
	// RVA: -1
	internal type#28660 .ctor() { }
}
}
