NAnt SDK Documentation - v0.92

Argument Constructor (FileInfo)

Initializes a new instance of the Argument class with the given file.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As FileInfo _
)
[C#]
public Argument(
   FileInfo value
);

See Also

Argument Class | NAnt.Core.Types Namespace | Argument Constructor Overload List