Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
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:
public CCaseDictionary() Custom Attributes: Description:
public CCaseDictionary(System.Boolean fIgnoreCase) Custom Attributes: Description:
private System.Boolean m_IgnoreCase Custom Attributes: Description:
public System.Boolean IgnoreCase {get;set;}
Custom Attributes:
Description:
public System.Object this[System.String sKey] {get;set;}
Custom Attributes:
Description:
public void Add(System.String sKey, System.Object value) Custom Attributes: Description:
public void AddRange(Gregor.Core.Collections.CCaseDictionary values) Custom Attributes: Description:
public System.Boolean ContainsKey(System.String sKey) Custom Attributes: Description:
private Gregor.Core.Collections.CCaseKey GetKey(System.String sKey) Custom Attributes: Description:
public System.Collections.ICollection GetKeys() Custom Attributes: Description:
public System.Collections.ICollection GetLowerKeys() Custom Attributes: Description:
public System.Collections.ICollection GetOriginalKeys() Custom Attributes: Description:
public System.Collections.ICollection GetValues() Custom Attributes: Description:
private Gregor.Core.IResult Gregor.Core.IEvaluator.Evaluate(System.String sCode) // Gregor.Core.IEvaluator.Evaluate Custom Attributes: Description:
public void Remove(System.String sKey) Custom Attributes: Description:
Gregor.Core.Collections.CCaseDictionary
Gregor.Core.Collections.CCaseKey
System.Collections.DictionaryBase
System.Reflection.DefaultMemberAttribute
System.Collections.ICollection
System.Collections.IDictionary