Initializes a new instance of the XsltParameterCollection class.
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);
XsltParameterCollection Class | NAnt.Core.Types Namespace