Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public abstract class Gregor.Core.Collections.CComparerBase : System.Object, System.Collections.IComparer Custom Attributes: Description:
public CComparerBase() Custom Attributes: Description:
private System.Windows.Forms.SortOrder m_SortOrder Custom Attributes: Description:
public System.Windows.Forms.SortOrder SortOrder {get;set;}
Custom Attributes:
Description:
public abstract System.Int32 Compare(System.Object a, System.Object b) // System.Collections.IComparer.Compare Custom Attributes: Description: