Summary
Initializes a new instance of the
NAnt.DotNet.Tasks.QualifiedResource
class for a given input and output file.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- QualifiedResource
Syntax
public QualifiedResource(FileInfo input, FileInfo output)
Parameters
Name | Type | Description |
---|---|---|
input | FileInfo | The resource to compile. |
output | FileInfo | The compiled resource. |
Return Value
Type | Description |
---|---|
void |