Click or drag to resize
TwoLevelDictionary<PrimaryKeyType, SecondaryKeyType, ValueType>.Item Property (PrimaryKeyType)
Gets the second level of dictionary based on the given key

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

Parameters

primaryKey
Type: PrimaryKeyType
Primary key

Property Value

Type: SafeDictionary<SecondaryKeyType, ValueType>
See Also