NAnt SDK Documentation - v0.92 |
|
QualifiedResource Constructor
Initializes a new instance of the QualifiedResource class for a given input and output file.
[Visual Basic]
Public Sub New( _
ByVal
input As
FileInfo, _
ByVal
output As
FileInfo _
)
Parameters
-
input
- The resource to compile.
-
output
- The compiled resource.
See Also
QualifiedResource Class | NAnt.DotNet.Tasks Namespace