C# Class ZForge.Controls.XPTable.Sorting.IComparerCollection

Represents a collection of IComparer objects
Inheritance: System.Collections.CollectionBase
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

Adds the specified IComparer to the end of the collection
public Add ( IComparer comparer ) : int
comparer IComparer The IComparer to add
return int

IComparerCollection() public method

Initializes a new instance of the IComparerCollection class
public IComparerCollection ( ) : System
return System

this() public method

Gets the IComparer at the specified index
public this ( int index ) : IComparer
index int
return IComparer