TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType> Class |
Namespace: CMS.Base
public class TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType>
The TwoLevelDictionary< PrimaryKeyType, SecondaryKeyType, ValueType> type exposes the following members.
Name | Description | |
---|---|---|
![]() | TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType>() |
Constructor
|
![]() | TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType>(Boolean) |
Constructor
|
Name | Description | |
---|---|---|
![]() | CaseInsensitive |
If true, the dictionary handles string keys as case insensitive
|
![]() | Dictionary |
Inner dictionary of dictionaries
|
![]() | Item[PrimaryKeyType] |
Gets the second level of dictionary based on the given key
|
![]() | Item[PrimaryKeyType, SecondaryKeyType] |
Gets or sets the dictionary value
|