First property (Collections)
- Last Updated: March 15, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the first (lowest) element of the set collection, according to the
comparer implementation (default or custom). If the collection is empty, returns the
Unknown value (?).
Data type: T
Access: PUBLIC Read-only
Applies to: Progress.Collections.SortedSet<T> class