[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.RegisterDiffPinCreator``1(VVVV.PluginInterfaces.V2.DiffPinCreator{``0})"]

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

Syntax

C#
void RegisterDiffPinCreator<T>(
	DiffPinCreator<T> creator
)

Parameters

creator
Type: VVVV.PluginInterfaces.V2..::..DiffPinCreator<(Of <(<'T>)>)>

[Missing <param name="creator"/> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.RegisterDiffPinCreator``1(VVVV.PluginInterfaces.V2.DiffPinCreator{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.RegisterDiffPinCreator``1(VVVV.PluginInterfaces.V2.DiffPinCreator{``0})"]

See Also