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

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

Syntax

C#
void RegisterDiffSpreadCreator<T>(
	DiffSpreadCreator<T> creator
)

Parameters

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

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

Type Parameters

T

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

See Also