Initializes a new instance of the DiffPin<(Of <(<'T>)>)> class

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4457.10838

Syntax

C#
public DiffPin(
	IPluginHost host,
	PinAttribute attribute
)

Parameters

host
Type: VVVV.PluginInterfaces.V1..::..IPluginHost

[Missing <param name="host"/> documentation for "M:VVVV.PluginInterfaces.V2.DiffPin`1.#ctor(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.PinAttribute)"]

attribute
Type: VVVV.PluginInterfaces.V2..::..PinAttribute

[Missing <param name="attribute"/> documentation for "M:VVVV.PluginInterfaces.V2.DiffPin`1.#ctor(VVVV.PluginInterfaces.V1.IPluginHost,VVVV.PluginInterfaces.V2.PinAttribute)"]

See Also