Vzor<T1, T2>. A<T3> – metoda
Odpovídá, pokud všechny pozorovatelné sekvence mají dostupnou hodnotu.
Obor názvů:System.Reactive.Joins
Sestavení: System.Reactive (v System.Reactive.dll)
Syntax
'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.
Parametry typu
- T3
Typ třetí komponenty vzoru.
Parametry
- other
Typ: System.IObservable<T3>
Třetí pozorovatelná posloupnost.
Návratová hodnota
Typ: System.Reactive.Joins.Pattern<T1, T2, T3>
Vzor spojení.