AFCollection(T).Sort Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Sorts the items in the collection.
Overload List
| Name | Description | |
|---|---|---|
| Sort |
Sorts the items in the entire collection using the default comparer.
| |
| Sort(IComparerT) |
Sorts the items in the entire collection using the specified comparer.
| |
| Sort(Int32, Int32, IComparerT) |
Sorts the items in a range of items in the collection using the specified comparer.
|