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