NAnt SDK Documentation - v0.92

XsltParameterCollection.Contains Method (XsltParameter)

Determines whether a XsltParameter is in the collection.

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

Parameters

item
The XsltParameter to locate in the collection.

Return Value

true if item is found in the collection; otherwise, false.

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace | XsltParameterCollection.Contains Overload List