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

ArgumentCollection Constructor

[This is preliminary documentation and subject to change.]

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