TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue Class |
Namespace: Dynamicweb.Core
[SerializableAttribute] [DataContractAttribute] public class TwoDimensionalDictionary<TLevel0, TLevel1, TKey, TValue> : IDictionary<TKey, TLevel1>, ICollection<KeyValuePair<TKey, TLevel1>>, IEnumerable<KeyValuePair<TKey, TLevel1>>, IEnumerable where TLevel0 : new(), Object, IDictionary<TKey, TLevel1> where TLevel1 : new(), Object, IDictionary<TKey, TValue>
The TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue | Initializes a new instance of the TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue class |
Name | Description | |
---|---|---|
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |