AsyncEnumerable.Empty<TResult> メソッド

定義

指定した型引数を持つ空の IAsyncEnumerable<T> を返します。

public:
generic <typename TResult>
 static System::Collections::Generic::IAsyncEnumerable<TResult> ^ Empty();
public static System.Collections.Generic.IAsyncEnumerable<TResult> Empty<TResult>();
static member Empty : unit -> System.Collections.Generic.IAsyncEnumerable<'Result>
Public Function Empty(Of TResult) () As IAsyncEnumerable(Of TResult)

型パラメーター

TResult

シーケンスの要素の型。

返品

IAsyncEnumerable<TResult>

型引数がIAsyncEnumerable<T>空のTResult

適用対象