[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.CombineWith``2(VVVV.PluginInterfaces.V2.ISpread{``0},VVVV.PluginInterfaces.V2.ISpread{``1})"]

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

Syntax

C#
public static int CombineWith<U, V>(
	this ISpread<U> spread1,
	ISpread<V> spread2
)

Parameters

spread1
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'U>)>)>

[Missing <param name="spread1"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.CombineWith``2(VVVV.PluginInterfaces.V2.ISpread{``0},VVVV.PluginInterfaces.V2.ISpread{``1})"]

spread2
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'V>)>)>

[Missing <param name="spread2"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.CombineWith``2(VVVV.PluginInterfaces.V2.ISpread{``0},VVVV.PluginInterfaces.V2.ISpread{``1})"]

Type Parameters

U

[Missing <typeparam name="U"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.CombineWith``2(VVVV.PluginInterfaces.V2.ISpread{``0},VVVV.PluginInterfaces.V2.ISpread{``1})"]

V

[Missing <typeparam name="V"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.CombineWith``2(VVVV.PluginInterfaces.V2.ISpread{``0},VVVV.PluginInterfaces.V2.ISpread{``1})"]

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.CombineWith``2(VVVV.PluginInterfaces.V2.ISpread{``0},VVVV.PluginInterfaces.V2.ISpread{``1})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISpread<(Of <(<'U>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also