Condividi tramite


Modello<T1, T2>. E<T3> , metodo

Corrisponde quando tutte le sequenze osservabili hanno un valore disponibile.

Spazio dei nomi:System.Reattiv.Joins
Assemblea: System.Reattivo (in System.Reactive.dll)

Sintassi

'Declaration
Public Function And(Of T3) ( _
    other As IObservable(Of T3) _
) As Pattern(Of T1, T2, T3)
'Usage
Dim instance As Pattern
Dim other As IObservable(Of T3)
Dim returnValue As Pattern(Of T1, T2, T3)

returnValue = instance.And(other)
public Pattern<T1, T2, T3> And<T3>(
    IObservable<T3> other
)
public:
generic<typename T3>
Pattern<T1, T2, T3>^ And(
    IObservable<T3>^ other
)
member And : 
        other:IObservable<'T3> -> Pattern<'T1, 'T2, 'T3> 
JScript does not support generic types and methods.

Parametri di tipo

  • T3
    Tipo del terzo componente del modello.

Parametri

Valore restituito

Tipo: System.Reactive.Joins.Pattern<T1, T2, T3>
Modello di join.

Vedere anche

Riferimento

Classe Pattern<T1, T2>

Spazio dei nomi System.Reactive.Joins