Click or drag to resize

TaskExtLaunchT Method

[Missing <summary> documentation for "M:Demo3D.Native.TaskExt.Launch``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.IEnumerable})"]

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static ITask Launch<T>(
	this IEnumerable<T> items,
	Func<T, IEnumerable> routine
)

Parameters

items
Type: System.Collections.GenericIEnumerableT

[Missing <param name="items"/> documentation for "M:Demo3D.Native.TaskExt.Launch``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.IEnumerable})"]

routine
Type: SystemFuncT, IEnumerable

[Missing <param name="routine"/> documentation for "M:Demo3D.Native.TaskExt.Launch``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.IEnumerable})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.Native.TaskExt.Launch``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.IEnumerable})"]

Return Value

Type: ITask

[Missing <returns> documentation for "M:Demo3D.Native.TaskExt.Launch``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.IEnumerable})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also