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.Page for C++