The Progress.Collections.ICollection<T> interface is common to all collections and defines properties and methods to manipulate generic collections.

Super Interface

Progress.Collections.IIterable<T> interface

Public Properties

Count property (Collections) IsEmpty property (Collections)

Public Methods

Add( ) method (Collections) AddAll( ) method (Collections)
Clear( ) method (Collections) Contains( ) method (Collections)
Remove( ) method (Collections)