Mono Class Library: System.Collections Namespace

System.Collections.ICollection

Serves as the base interface for implementing collection classes. Defines size, enumeration, and synchronization methods for all system collections. [Edit]

See Also: ICollection Members

[System.Runtime.InteropServices.ComVisible(true)]
public interface ICollection : IEnumerable

Remarks

Note: ICollection contains the ICollection.CopyTo(Array, int) method. The consumer of a collection object that implements this interface should call this method when copying the elements of that object to a Array.
[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0