NAnt SDK Documentation - v0.92

XsltExtensionObjectCollection.Contains Method

Determines whether a XsltExtensionObject is in the collection.

Overload List

Determines whether a XsltExtensionObject is in the collection.

public bool Contains(XsltExtensionObject);

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

public bool Contains(string);

See Also

XsltExtensionObjectCollection Class | NAnt.Core.Types Namespace