NAnt SDK Documentation - v0.92

ArgumentCollection Constructor (Argument[])

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

See Also

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