Copy all values from IEnumerable<(Of <(<'T>)>)> to this ISpread<(Of <(<'T>)>)>.

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

Syntax

C#
public static void AssignFrom<T>(
	this ISpread<T> spread,
	IEnumerable<T> enumerable
)

Parameters

spread
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'T>)>)>
The ISpread<(Of <(<'T>)>)> to copy to.
enumerable
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The IEnumerable{T} to copy from.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.AssignFrom``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Collections.Generic.IEnumerable{``0})"]

Usage Note

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

See Also