Click or drag to resize
AsyncEnumerableReturnTValue Method

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
Syntax
C#
public static IAsyncEnumerable<TValue> Return<TValue>(
	TValue value
)

Parameters

value
Type: TValue

Type Parameters

TValue

Return Value

Type: IAsyncEnumerableTValue
See Also