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 _
)
[C#]
public QualifiedResource(
   FileInfo input,
   FileInfo output
);

Parameters

input
The resource to compile.
output
The compiled resource.

See Also

QualifiedResource Class | NAnt.DotNet.Tasks Namespace