[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.IOBuildContext.Create(System.Type,VVVV.PluginInterfaces.V2.OutputAttribute,System.Boolean)"]

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

Syntax

C#
public static IOBuildContext<OutputAttribute> Create(
	Type ioType,
	OutputAttribute ioAttribute,
	bool subscribe
)

Parameters

ioType
Type: System..::..Type

[Missing <param name="ioType"/> documentation for "M:VVVV.PluginInterfaces.V2.IOBuildContext.Create(System.Type,VVVV.PluginInterfaces.V2.OutputAttribute,System.Boolean)"]

ioAttribute
Type: VVVV.PluginInterfaces.V2..::..OutputAttribute

[Missing <param name="ioAttribute"/> documentation for "M:VVVV.PluginInterfaces.V2.IOBuildContext.Create(System.Type,VVVV.PluginInterfaces.V2.OutputAttribute,System.Boolean)"]

subscribe
Type: System..::..Boolean

[Missing <param name="subscribe"/> documentation for "M:VVVV.PluginInterfaces.V2.IOBuildContext.Create(System.Type,VVVV.PluginInterfaces.V2.OutputAttribute,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IOBuildContext.Create(System.Type,VVVV.PluginInterfaces.V2.OutputAttribute,System.Boolean)"]

See Also