ArgumentCollection.

ArgumentCollection(Argument[]) Constructor

Summary

Initializes a new instance of the NAnt.Core.Types.ArgumentCollection class with the specified array of NAnt.Core.Types.Argument instances.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
ArgumentCollection

Syntax

public ArgumentCollection(Argument[] value)

Parameters

Name Type Description
value Argument[]

Return Value

Type Description
void