QueryablePattern<T1, T2>. And<T3> , méthode
Correspond lorsque toutes les séquences observables ont une valeur disponible.
Namespace:System.Reactive.Joins
Assemblée: System.Reactive.Providers (en System.Reactive.Providers.dll)
Syntaxe
'Declaration
Public Function And(Of T3) ( _
other As IObservable(Of T3) _
) As QueryablePattern(Of T1, T2, T3)
'Usage
Dim instance As QueryablePattern
Dim other As IObservable(Of T3)
Dim returnValue As QueryablePattern(Of T1, T2, T3)
returnValue = instance.And(other)
public QueryablePattern<T1, T2, T3> And<T3>(
IObservable<T3> other
)
public:
generic<typename T3>
QueryablePattern<T1, T2, T3>^ And(
IObservable<T3>^ other
)
member And :
other:IObservable<'T3> -> QueryablePattern<'T1, 'T2, 'T3>
JScript does not support generic types and methods.
Paramètres de type
- T3
Type de la troisième séquence observable.
Paramètres
- other
Type : System.IObservable<T3>
Troisième séquence observable.
Valeur de retour
Type : System.Reactive.Joins.QueryablePattern<T1, T2, T3>
Modèle de jointure interrogeable.