| MvKeyValueTableContainsKey Method |
Gets a value indicating if this table contains a mapping for the
specified key.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool ContainsKey(
MvValue key
)
Public Overridable Function ContainsKey (
key As MvValue
) As Boolean
public:
virtual bool ContainsKey(
MvValue^ key
)
Parameters
- key
- Type: RW.Server.ComponentMvValue
The key to be tested.
Return Value
Type:
Booleantrue if this table contains a mapping for the
specified key.
Implements
IDictionaryTKey, TValueContainsKey(TKey)Exceptions See Also