Click or drag to resize
SafeDictionaryTKey, TValueItem Property (Object)
Items indexer. Gets or sets the value in the dictionary.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public override Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject
Value key

Property Value

Type: Object

Implements

IGeneralIndexableItemObject
IDictionaryItemObject
Remarks
The get_Item(Object) operation does not require locking for concurrent access.
See Also