[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.CreateDiffPin``1(VVVV.PluginInterfaces.V2.PinAttribute)"]

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

Syntax

C#
DiffPin<T> CreateDiffPin<T>(
	PinAttribute attribute
)

Parameters

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

[Missing <param name="attribute"/> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.CreateDiffPin``1(VVVV.PluginInterfaces.V2.PinAttribute)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.CreateDiffPin``1(VVVV.PluginInterfaces.V2.PinAttribute)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IPinFactory.CreateDiffPin``1(VVVV.PluginInterfaces.V2.PinAttribute)"]

See Also