[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ToSpread``1(System.Collections.Generic.List{``0})"]

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

Syntax

C#
public static Spread<T> ToSpread<T>(
	this List<T> list
)

Parameters

list
Type: System.Collections.Generic..::..List<(Of <(<'T>)>)>

[Missing <param name="list"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ToSpread``1(System.Collections.Generic.List{``0})"]

Type Parameters

T

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

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.ToSpread``1(System.Collections.Generic.List{``0})"]

Usage Note

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

See Also