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

ArgumentCollection Constructor (Argument[])

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ArgumentCollection class with the specified array of Argument instances.

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

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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