[Missing <summary> documentation for "T:VVVV.PluginInterfaces.V2.DiffPinCreator`1"]

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

Syntax

C#
public delegate DiffPin<T> DiffPinCreator<T>(
	IPluginHost2 host,
	PinAttribute attribute
)

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.PluginInterfaces.V2.DiffPinCreator`1"]

See Also