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

TaskBuilderCollection.Contains Method

[This is preliminary documentation and subject to change.]

Determines whether a TaskBuilder is in the collection.

Overload List

Determines whether a TaskBuilder is in the collection.

public bool Contains(TaskBuilder);

Determines whether a TaskBuilder for the specified task is in the collection.

public bool Contains(string);

See Also

TaskBuilderCollection Class | NAnt.Core Namespace