Click or drag to resize

TwoDimensionalDictionary Methods

The TwoDimensionalDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodAdd(TKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodClear (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodContains (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodContainsKey (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodCopyTo (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetEnumerator (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetKeys (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetValue (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodGetValues (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodRemove(KeyValuePairTKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodRemove(TKey) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodRemove(TKey, TKey) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodSetValue (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodSetValues (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodTryGetValue(TKey, TLevel1) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Public methodTryGetValue(TKey, TKey, TValue) (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.)
Top
Explicit Interface Implementations
See Also