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

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

Syntax

C#
void RegisterSpreadCreator<T>(
	SpreadCreator<T> creator
)

Parameters

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

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

Type Parameters

T

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

See Also