NAnt SDK Documentation - v0.92

ArgumentCollection Constructor

Initializes a new instance of the ArgumentCollection class.

Overload List

Initializes a new instance of the ArgumentCollection class.

public ArgumentCollection();

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

public ArgumentCollection(Argument[]);

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

public ArgumentCollection(ArgumentCollection);

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace