Click or drag to resize
TwoLevelDictionaryPrimaryKeyType, SecondaryKeyType, ValueTypeItem Property (PrimaryKeyType)
Gets the second level of dictionary based on the given key

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public SafeDictionary<SecondaryKeyType, ValueType> this[
	PrimaryKeyType primaryKey
] { get; set; }

Parameters

primaryKey
Type: PrimaryKeyType
Primary key

Property Value

Type: SafeDictionarySecondaryKeyType, ValueType
See Also