Condividi tramite


Pattern<T1, T2, T3, T4, T5, T6>. E<T7> , metodo

Corrisponde quando tutte le sequenze osservabili hanno un valore disponibile.

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

Sintassi

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

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

Parametri di tipo

  • T7
    Tipo del settimo componente del criterio.

Parametri

Valore restituito

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

Vedere anche

Riferimento

Classe Pattern<T1, T2, T3, T4, T5, T6>

Spazio dei nomi System.Reactive.Joins