Click or drag to resize
MvKeyValueTableContainsKey Method
Gets a value indicating if this table contains a mapping for the specified key.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual bool ContainsKey(
	MvValue key
)

Parameters

key
Type: RW.Server.ComponentMvValue
The key to be tested.

Return Value

Type: Boolean
true if this table contains a mapping for the specified key.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionif the key is null.
See Also