NAnt SDK Documentation - v0.85-nightly-2005-11-09

XsltParameterCollection Constructor

[This is preliminary documentation and subject to change.]

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