NAnt SDK Documentation - v0.92 |
|
ArgumentCollection.Contains Method (Argument)
Determines whether a Argument is in the collection.
[Visual Basic]
Overloads Public Function Contains( _
ByVal
item As
Argument _
) As
Boolean
Parameters
-
item
- The Argument to locate in the collection.
Return Value
true if item is found in the collection; otherwise, false.
See Also
ArgumentCollection Class | NAnt.Core.Types Namespace | ArgumentCollection.Contains Overload List