ProviderDictionaryTKey, TValueItem Property |
Dictionary indexer.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual TValue this[
TKey key
] { get; set; }
Parameters
- key
- Type: TKey
Object key
Property Value
Type:
TValueSee Also