- Add
- Count
- Contains
- Comparer
- TryGetMin
- TryGetMax
- CopyTo
- Clear
- Remove
- ExceptWith
- IntersectWith
- SymmetricExceptWith
- UnionWith
- IsProperSubsetOf
- IsProperSupersetOf
- IsSubsetOf
- IsSupersetOf
- Overlaps
- SetEquals
- GetViewBetween
- GetReverse
GetReverse
获取当前已排序集合的复件,其中所有元素都以倒序排列。
bool GetReverse(
|
参数
&array[]
[out] 用于编写的数组。
返回值
成功返回true,否则返回false。