NAnt SDK Documentation - v0.92

XsltParameterCollection Constructor

Initializes a new instance of the XsltParameterCollection class.

Overload List

Initializes a new instance of the XsltParameterCollection class.

public XsltParameterCollection();

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

public XsltParameterCollection(XsltParameter[]);

Initializes a new instance of the XsltParameterCollection class with the specified XsltParameterCollection instance.

public XsltParameterCollection(XsltParameterCollection);

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace