Progress.Collections.ICollection<T> interface
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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) | — |