NAnt SDK Documentation - v0.92

ArgumentCollection.Contains Method

Determines whether a Argument is in the collection.

Overload List

Determines whether a Argument is in the collection.

public bool Contains(Argument);

Determines whether a Argument with the specified value is in the collection.

public bool Contains(string);

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace