Rogue Wave Server Component library for .NET Reference Guide
|
|
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: 7.0.0.0 (7.0.0.0)
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)| Exception | Condition |
|---|---|
| ArgumentNullException | if the key is null. |