Uses of Interface
System.Collections.Generic.IEnumerator

Packages that use IEnumerator
Microsoft.Xna.Framework.Input.Touch   
System.Collections.Generic   
 

Uses of IEnumerator in Microsoft.Xna.Framework.Input.Touch
 

Methods in Microsoft.Xna.Framework.Input.Touch that return IEnumerator
 IEnumerator<TouchLocation> TouchCollection.GetEnumerator()
          Returns an enumerator that iterates through the TouchCollection.
 

Uses of IEnumerator in System.Collections.Generic
 

Methods in System.Collections.Generic that return IEnumerator
 IEnumerator<T> IEnumerable.GetEnumerator()