Click or drag to resize

TwoDimensionalDictionary Methods

The TwoDimensionalDictionary type exposes the following members.

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