Click or drag to resize
TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType> Class
Dictionary with two levels of hierarchy
Inheritance Hierarchy
System.Object
  CMS.Base.TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType>

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public class TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType>

Type Parameters

PrimaryKeyType
SecondaryKeyType
ValueType

The TwoLevelDictionary< PrimaryKeyType, SecondaryKeyType, ValueType> type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodClear
Clears the dictionary
Top
See Also