  | TwoDimensionalDictionary Class | 
 
Inheritance Hierarchy 
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax[SerializableAttribute]
[DataContractAttribute]
public class TwoDimensionalDictionary : TwoDimensionalDictionary<Dictionary<string, Dictionary<string, string>>, Dictionary<string, string>, string, string>
<SerializableAttribute>
<DataContractAttribute>
Public Class TwoDimensionalDictionary
	Inherits TwoDimensionalDictionary(Of Dictionary(Of String, Dictionary(Of String, String)), Dictionary(Of String, String), String, String)
The TwoDimensionalDictionary type exposes the following members.
Constructors
Properties| 
								 
							 | Name | Description | 
|---|
  | Count |  (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) | 
  | IsReadOnly |  (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) | 
  | Item |  (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) | 
  | Keys |  (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) | 
  | Values |  (Inherited from TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue.) | 
Top
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.) | 
Top
Explicit Interface Implementations
See Also