CorLib  

ICollection

ICollection overview

Public:

Properties:
Count (get) Returns the size of the collection.  
Methods:
CopyTo Copies the contents of the collection to an array.  
GetEnumerator Returns an IEnumerator object.  

See Also