NAnt SDK Documentation - v0.92

XsltParameterCollection.Contains Method

Determines whether a XsltParameter is in the collection.

Overload List

Determines whether a XsltParameter is in the collection.

public bool Contains(XsltParameter);

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

public bool Contains(string);

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace