C# Класс ZForge.Controls.XPTable.Sorting.IComparerCollection

Represents a collection of IComparer objects
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( IComparer comparer ) : int

Adds the specified IComparer to the end of the collection

IComparerCollection ( ) : System

Initializes a new instance of the IComparerCollection class

this ( int index ) : IComparer

Gets the IComparer at the specified index

Описание методов

Add() публичный Метод

Adds the specified IComparer to the end of the collection
public Add ( IComparer comparer ) : int
comparer IComparer The IComparer to add
Результат int

IComparerCollection() публичный Метод

Initializes a new instance of the IComparerCollection class
public IComparerCollection ( ) : System
Результат System

this() публичный Метод

Gets the IComparer at the specified index
public this ( int index ) : IComparer
index int
Результат IComparer