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

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

Syntax

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

Parameters

c1
Type: System..::..Int32

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

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

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

Type Parameters

V

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

Return Value

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

Usage Note

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

See Also