Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CReflectingComparer : Gregor.Core.Collections.CComparerBase, System.Collections.IComparer Custom Attributes: Description:
public CReflectingComparer(System.Type tpElement, params System.String[] asPropertyNames) Custom Attributes: asPropertyNames - System.ParamArray() Description:
public CReflectingComparer(params System.String[] asPropertyNames) Custom Attributes: asPropertyNames - System.ParamArray() Description:
private System.Type m_ElementType Custom Attributes: Description:
private System.Reflection.PropertyInfo[] m_PropertyInfos Custom Attributes: Description:
private System.String[] m_PropertyNames Custom Attributes: Description:
public System.Type ElementType {get;}
Custom Attributes:
Description:
public System.String[] PropertyNames {get;}
Custom Attributes:
Description:
public override System.Int32 Compare(System.Object a, System.Object b) // System.Collections.IComparer.Compare Custom Attributes: Description:
Gregor.Core.Collections.CComparerBase