DataTypeBaseDictionary.

ContainsValue(DataTypeBase) Method

Summary

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

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.