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

CommandLineArgumentCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether a CommandLineArgument is in the collection.

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

Parameters

item
The CommandLineArgument 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.Util.CommandLineArgumentCollection.Contains(NAnt.Core.Util.CommandLineArgument)

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace