Summary
Determines whether the dictionary contains the specified key.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public bool ContainsKey(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key. |
Return Value
Type | Description |
---|---|
bool | true if the dictionary contains the specified key; else false. |