// Assembly: mscorlib
// Full name: System.Collections.IEnumerator

namespace System.Collections
{
public class IEnumerator // TypeDefIndex: 4726
{

	// Methods
	// RVA: -1
	public abstract type#15313 MoveNext() { }
	// RVA: -1
	public abstract type#23705 get_Current() { }
	// RVA: -1
	public abstract type#28660 Reset() { }
}
}
