[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateSpread``1(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

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

Syntax

C#
public static ISpread<T> CreateSpread<T>(
	this IIOFactory factory,
	IOAttribute attribute,
	bool subscribe
)

Parameters

factory
Type: VVVV.PluginInterfaces.V2..::..IIOFactory

[Missing <param name="factory"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateSpread``1(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

attribute
Type: VVVV.PluginInterfaces.V2..::..IOAttribute

[Missing <param name="attribute"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateSpread``1(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

subscribe
Type: System..::..Boolean

[Missing <param name="subscribe"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateSpread``1(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateSpread``1(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IOFactoryExtensions.CreateSpread``1(VVVV.PluginInterfaces.V2.IIOFactory,VVVV.PluginInterfaces.V2.IOAttribute,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IIOFactory. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also