ArgumentCollection.

Contains(Argument) Method

Summary

Determines whether a NAnt.Core.Types.Argument is in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
ArgumentCollection

Syntax

public bool Contains(Argument item)

Parameters

Name Type Description
item Argument The NAnt.Core.Types.Argument to locate in the collection.

Return Value

Type Description
bool true if item is found in the collection; otherwise, false.