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

Argument Constructor (FileInfo)

[This is preliminary documentation and subject to change.]

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
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.Argument.#ctor(System.IO.FileInfo)

See Also

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