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.

적용 대상