Initializes a new instance of the ArgumentCollection class.
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);
ArgumentCollection Class | NAnt.Core.Types Namespace