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