NAnt SDK Documentation - v0.85-nightly-2005-11-09

ArgumentCollection.Contains Method (Argument)

[This is preliminary documentation and subject to change.]

Determines whether a Argument is in the collection.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal item As Argument _
) As Boolean
[C#]
public bool Contains(
   Argument item
);

Parameters

item
The Argument to locate in the collection.

Return Value

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

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.ArgumentCollection.Contains(NAnt.Core.Types.Argument)

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace | ArgumentCollection.Contains Overload List