[Gregor.Core.Collections.CCaseKey]

Gregor.Core.Collections.CCaseKey

Saturday, September 15, 2007

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

Details

internal sealed class Gregor.Core.Collections.CCaseKey

: System.Object

Custom Attributes: 

Description: 


Members

CCaseKey

internal CCaseKey(System.String sInnerKey, Gregor.Core.Collections.CCaseDictionary dict)

Custom Attributes: 

Description: 

m_CaseDictionary

private Gregor.Core.Collections.CCaseDictionary m_CaseDictionary

Custom Attributes: 

Description: 

m_InnerKey

private System.String m_InnerKey

Custom Attributes: 

Description: 

m_LowerKey

private System.String m_LowerKey

Custom Attributes: 

Description: 

Dictionary

public Gregor.Core.Collections.CCaseDictionary Dictionary {get;}

Custom Attributes: 

Description: 

InnerKey

public System.String InnerKey {get;}

Custom Attributes: 

Description: 

LowerKey

public System.String LowerKey {get;}

Custom Attributes: 

Description: 

Equals

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

Custom Attributes: 

Description: 

ForComparison

internal System.String ForComparison()

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CCaseDictionary

System.Object

System.String

System.Boolean

System.Int32