| TwoDimensionalDictionary Methods |
The TwoDimensionalDictionary type exposes the following members.
Methods
| Name | Description |
---|
| Add(KeyValuePairTKey, TLevel1) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| Add(TKey, TLevel1) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| Clear | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| Contains | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| ContainsKey | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| CopyTo | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| GetEnumerator | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| GetKeys | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| GetValue | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| GetValues | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| Remove(KeyValuePairTKey, TLevel1) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| Remove(TKey) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| Remove(TKey, TKey) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| SetValue | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| SetValues | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| TryGetValue(TKey, TLevel1) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
| TryGetValue(TKey, TKey, TValue) | (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) |
TopExplicit Interface Implementations See Also