Click or drag to resize
SafeDictionaryTKey, TValueContainsKey Method
Returns true if the dictionary contains the given key

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public override bool ContainsKey(
	Object key
)

Parameters

key
Type: SystemObject
Key

Return Value

Type: Boolean
Remarks
This operation does not require locking for concurrent access.
See Also