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

XsltParameterCollection Constructor (XsltParameterCollection)

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.XsltParameterCollection.#ctor(NAnt.Core.Types.XsltParameterCollection)

See Also

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