System::Collections::Generic::Comparer 类
Comparer class
提供一个基类,用于实现 System.Collections.Generic.IComparer 通用接口。
template<class T>class Comparer : public System::Collections::Generic::IComparer<T>
| 参数 | 描述 |
|---|---|
| T | 要比较的对象类型。 |
方法
| 方法 | 描述 |
|---|---|
| static get_Default() | 返回针对泛型参数指定的类型的默认排序比较器。 |
Typedefs
| 类型定义 | 描述 |
|---|---|
| BaseType | 已实现的接口。 |
| ThisType | 当前类型。 |
另见
- Class IComparer
- Namespace System::Collections::Generic
- Library Aspose.Font for C++