Summary
Determines whether the
System.Collections.IDictionary object contains an element with the specified key.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public bool Contains(string key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key to locate in the System.Collections.IDictionary object. |
Return Value
| Type | Description |
|---|---|
| bool |
true if the System.Collections.IDictionary contains an element with the key; otherwise, false.
|
