DataTypeBaseDictionary.

ContainsKey(string) Method

Summary

Determines whether the dictionary contains the specified key.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseDictionary

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.