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

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

Syntax

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

Parameters

ioType
Type: System..::..Type

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

dataType
Type: System..::..Type

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

ioAttribute
Type: VVVV.PluginInterfaces.V2..::..InputAttribute

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

subscribe
Type: System..::..Boolean

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

Type Parameters

TAttribute

[Missing <typeparam name="TAttribute"/> documentation for "M:VVVV.PluginInterfaces.V2.IOBuildContext.Create``1(System.Type,System.Type,VVVV.PluginInterfaces.V2.InputAttribute,System.Boolean)"]

Return Value

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

See Also