Summary
Initializes a new instance of the
NAnt.Core.Extensibility.PluginConsumerAttribute
with the specified type.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Extensibility - Containing Type
- Plugin
Consumer Attribute
Syntax
public PluginConsumerAttribute(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type of the NAnt.Core.Extensibility.IPlugin to consume. |
Return Value
Type | Description |
---|---|
void |