[Gregor.Core.Collections.CComparerBase]

Gregor.Core.Collections.CComparerBase

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public abstract class Gregor.Core.Collections.CComparerBase

: System.Object, System.Collections.IComparer

Custom Attributes: 

Description: 


Members

CComparerBase

public CComparerBase()

Custom Attributes: 

Description: 

m_SortOrder

private System.Windows.Forms.SortOrder m_SortOrder

Custom Attributes: 

Description: 

SortOrder

public System.Windows.Forms.SortOrder SortOrder {get;set;}

Custom Attributes: 

Description: 

Compare

public abstract System.Int32 Compare(System.Object a, System.Object b) // System.Collections.IComparer.Compare

Custom Attributes: 

Description: 


See Also

System.Object

System.Collections.IComparer

System.Int32

System.Windows.Forms.SortOrder