Summary
Initializes a new instance of the
NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage
class.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
.ResourceLinkage
Syntax
public ResourceLinkage(string namespaceName, string className)
Parameters
Name | Type | Description |
---|---|---|
namespaceName | string | The namespace the resource is under. |
className | string | The class name the resource is associated with. |
Return Value
Type | Description |
---|---|
void |