Click or drag to resize
ProviderDictionaryTKey, TValueItem Property
Dictionary indexer.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
Object key

Property Value

Type: TValue
See Also