[Gregor.Core.Collections.CRankGroup]

Gregor.Core.Collections.CRankGroup

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CRankGroup

: System.Object, System.IComparable

Custom Attributes: 

Description: 


Members

CRankGroup

public CRankGroup(System.Object value, System.Int32 rank)

Custom Attributes: 

Description: 

m_Rank

private System.Int32 m_Rank

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

Rank

public System.Int32 Rank {get;}

Custom Attributes: 

Description: 

Value

public System.Object Value {get;}

Custom Attributes: 

Description: 

CompareTo

public System.Int32 CompareTo(System.Object obj) // System.IComparable.CompareTo

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.IComparable

System.Boolean

System.Int32