Summary
Determines whether a
NAnt.Core.Util.CommandLineArgument
is in the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- Command
Line Argument Collection
Syntax
public bool Contains(CommandLineArgument item)
Parameters
Name | Type | Description |
---|---|---|
item | CommandLineArgument | The NAnt.Core.Util.CommandLineArgument to locate in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if item is found in the
collection; otherwise, false .
|