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当前类型。

另见