다음을 통해 공유


Observable.Empty<TResult> 메서드

관찰 가능한 빈 시퀀스를 반환합니다.

네임스페이스:System.Reactive.Linq
어셈블리: System.Reactive(System.Reactive.dll)

Syntax

'Declaration
Public Shared Function Empty(Of TResult) As IObservable(Of TResult)
'Usage
Dim returnValue As IObservable(Of TResult)

returnValue = Observable.Empty()
public static IObservable<TResult> Empty<TResult>()
public:
generic<typename TResult>
static IObservable<TResult>^ Empty()
static member Empty : unit -> IObservable<'TResult> 
JScript does not support generic types and methods.

형식 매개 변수

  • TResult
    결과의 형식입니다.

반환 값

형식: System.IObservable<TResult>
요소가 없는 관찰 가능한 시퀀스입니다.

참고 항목

참조

관찰 가능한 클래스

빈 오버로드

System.Reactive.Linq 네임스페이스