SafeDictionaryTKey, TValueItem Property (Object) |
Items indexer. Gets or sets the value in the dictionary.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public override Object this[
Object key
] { get; set; }
Parameters
- key
- Type: SystemObject
Value key
Property Value
Type:
ObjectImplements
IGeneralIndexableItemObjectIDictionaryItemObjectRemarks
The get_Item(Object) operation does not require locking for concurrent access.
See Also