Initializes a new instance of the Argument class.
Initializes a new instance of the Argument class.
public Argument();
Initializes a new instance of the Argument class with the given path.
public Argument(PathSet);
Initializes a new instance of the Argument class with the given file.
public Argument(FileInfo);
Initializes a new instance of the Argument class with the specified command-line argument.
public Argument(string);
Argument Class | NAnt.Core.Types Namespace