QueryablePattern<T1, T2, T3>. And<T4> – metoda
Odpovídá, pokud všechny pozorovatelné sekvence mají dostupnou hodnotu.
Obor názvů:System.Reactive.Joins
Sestavení: System.Reactive.Providers (v System.Reactive.Providers.dll)
Syntax
'Declaration
Public Function And(Of T4) ( _
other As IObservable(Of T4) _
) As QueryablePattern(Of T1, T2, T3, T4)
'Usage
Dim instance As QueryablePattern
Dim other As IObservable(Of T4)
Dim returnValue As QueryablePattern(Of T1, T2, T3, T4)
returnValue = instance.And(other)
public QueryablePattern<T1, T2, T3, T4> And<T4>(
IObservable<T4> other
)
public:
generic<typename T4>
QueryablePattern<T1, T2, T3, T4>^ And(
IObservable<T4>^ other
)
member And :
other:IObservable<'T4> -> QueryablePattern<'T1, 'T2, 'T3, 'T4>
JScript does not support generic types and methods.
Parametry typu
- T4
Typ čtvrté pozorovatelné sekvence.
Parametry
- other
Typ: System.IObservable<T4>
Čtvrtá pozorovatelná sekvence.
Návratová hodnota
Typ: System.Reactive.Joins.QueryablePattern<T1, T2, T3, T4>
Vzor dotazovatelného spojení.