[Gregor.Core.Collections.CCaseDictionary]

Gregor.Core.Collections.CCaseDictionary

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CCaseDictionary

: System.Collections.DictionaryBase, System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable, Gregor.Core.IEvaluator

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

CCaseDictionary

public CCaseDictionary()

Custom Attributes: 

Description: 

CCaseDictionary

public CCaseDictionary(System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

m_IgnoreCase

private System.Boolean m_IgnoreCase

Custom Attributes: 

Description: 

IgnoreCase

public System.Boolean IgnoreCase {get;set;}

Custom Attributes: 

Description: 

this

public System.Object this[System.String sKey] {get;set;}

Custom Attributes: 

Description: 

Add

public void Add(System.String sKey, System.Object value)

Custom Attributes: 

Description: 

AddRange

public void AddRange(Gregor.Core.Collections.CCaseDictionary values)

Custom Attributes: 

Description: 

ContainsKey

public System.Boolean ContainsKey(System.String sKey)

Custom Attributes: 

Description: 

GetKey

private Gregor.Core.Collections.CCaseKey GetKey(System.String sKey)

Custom Attributes: 

Description: 

GetKeys

public System.Collections.ICollection GetKeys()

Custom Attributes: 

Description: 

GetLowerKeys

public System.Collections.ICollection GetLowerKeys()

Custom Attributes: 

Description: 

GetOriginalKeys

public System.Collections.ICollection GetOriginalKeys()

Custom Attributes: 

Description: 

GetValues

public System.Collections.ICollection GetValues()

Custom Attributes: 

Description: 

Gregor.Core.IEvaluator.Evaluate

private Gregor.Core.IResult Gregor.Core.IEvaluator.Evaluate(System.String sCode) // Gregor.Core.IEvaluator.Evaluate

Custom Attributes: 

Description: 

Remove

public void Remove(System.String sKey)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CCaseDictionary

Gregor.Core.Collections.CCaseKey

System.Collections.DictionaryBase

System.Object

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.IEvaluator

Gregor.Core.IResult

System.Collections.ICollection

System.Collections.IDictionary

System.Collections.IEnumerable

System.Boolean

System.Void