Progress.Collections.ICollection<T> interface
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The Progress.Collections.ICollection<T> interface is common to all
collections and defines properties and methods to manipulate generic
collections.
Super 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) | — |