PluginConsumerAttribute.

PluginConsumerAttribute(Type) Constructor

Summary

Initializes a new instance of the NAnt.Core.Extensibility.PluginConsumerAttribute with the specified type.

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