Uses of Interface
System.Collections.Generic.ICollection

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

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

Classes in Microsoft.Xna.Framework.Input.Touch that implement ICollection
 class TouchCollection
          Provides methods and properties for accessing state information for the touch screen of a touch-enabled device.
 

Uses of ICollection in System.Collections.Generic
 

Subinterfaces of ICollection in System.Collections.Generic
 interface IList<T>
          Represents a collection of objects that can be individually accessed by index.