RhinoCommon API
ArchivableDictionaryContainsKey Method |
Determines whether the dictionary contains the specified key.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Parameters
- key
- Type: SystemString
The key to locate.
Return Value
Type: Booleantrue if the dictionary contains an element with the specified key; otherwise, false.
Implements
IDictionaryTKey, TValueContainsKey(TKey)| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. |