NAnt SDK Documentation - v0.92

XsltParameterCollection Constructor (XsltParameter[])

Initializes a new instance of the XsltParameterCollection class with the specified array of XsltParameter instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As XsltParameter() _
)
[C#]
public XsltParameterCollection(
   XsltParameter[] value
);

See Also

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