SafeDictionaryTKey, TValueContainsKey Method |
Returns true if the dictionary contains the given key
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public override bool ContainsKey(
Object key
)
Parameters
- key
- Type: SystemObject
Key
Return Value
Type:
BooleanSee Also