StringDictionary<any>A dictionary of objects referenced by a string keyClassCompareDelegateA type that represents a reference to a method with a parameter list and return typeCompareFieldDelegateA type that represents a reference to a method with a parameter list and return typeFindDelegateA type that represents a reference to a method with a parameter list and return typeKeyValueKey-value pairMethodpublic StringDictionary.Constructor(int capacity)public bool StringDictionary.Add(value, string key)Add an element to the dictionary, if the key is not already presentpublic void StringDictionary.ClearRemove all elementspublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public bool StringDictionary.Contains(string key)Returns true if the key is contained in the dictionarypublic [] StringDictionary.FindTokens(value, default)Convert value into an array of values by matching the text of each key. Longer keys have higher precedence.public Attribute StringDictionary.GetEachTypeGet the iterated typepublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this object
public virtual void object.GetTexSource(source)LaTeX source code for this objectpublic StringDictionary.GetValue(string key)Return the item in a dictionary that has the specified key (or null)public string[] StringDictionary.KeyArrayCopy the current keys into an arraypublic bool StringDictionary.Remove(string key)Remove an elementpublic bool StringDictionary.Replace(value, string key)Replace an elementpublic [] StringDictionary.ToArrayReturns the current values to an arraypublic [] StringDictionary.ToSortedArray(bool descending=false, delegate int CompareDelegate(v1, v2) comparedelegate=null)Returns a new array in sorted orderpublic [] StringDictionary.ToSortedArrayField(bool descending, delegate CompareFieldDelegate(value) comparedelegatefield)Returns a new array in sorted orderpublic [] StringDictionary.ValueArrayCopy of the current values into an array