SafeDictionaryTKey, TValueContainsKey Method |
Returns true if the dictionary contains the given key
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public override bool ContainsKey(
Object key
)
Parameters
- key
- Type: SystemObject
Key
Return Value
Type:
BooleanRemarks
This operation does not require locking for concurrent access.
See Also