Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreTwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue
    Dynamicweb.CoreTwoDimensionalDictionary

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
[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>

Type Parameters

TLevel0
TLevel1
TKey
TValue

The TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodTwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue
Initializes a new instance of the TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValue class
Top
Properties
Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also