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

XsltParameterCollection Constructor (XsltParameter[])

[This is preliminary documentation and subject to change.]

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
);

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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