Create__1 - waf/Rx.NET GitHub Wiki

EnumerableEx.Create<T> Method (Action<IYielder<T>>)

Creates an enumerable sequence based on an asynchronous method that provides a yielder.

Namespace: System.Linq
Assembly: System.Interactive (in System.Interactive.dll)

Syntax

public static IEnumerable<T> Create<T>(
	Action<IYielder<T>> create
)

Parameters

create

Type: System.Action<IYielder<T>>
Delegate implementing an asynchronous method that can use the specified yielder to yield return values.

Type Parameters

T

Result sequence element type.

Return Value

Type: IEnumerable<T>
Sequence that will use the asynchronous method to obtain its elements.

See Also

Reference

EnumerableEx Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️