当所有可观测序列都具有可用值时匹配。
Namespace:System.Reactive.Joins
装配: system.Reactive.Providers 在 System.Reactive.Providers.dll) 中 (
语法
'Declaration
Public Function And(Of T5) ( _
other As IObservable(Of T5) _
) As QueryablePattern(Of T1, T2, T3, T4, T5)
'Usage
Dim instance As QueryablePattern
Dim other As IObservable(Of T5)
Dim returnValue As QueryablePattern(Of T1, T2, T3, T4, T5)
returnValue = instance.And(other)
public QueryablePattern<T1, T2, T3, T4, T5> And<T5>(
IObservable<T5> other
)
public:
generic<typename T5>
QueryablePattern<T1, T2, T3, T4, T5>^ And(
IObservable<T5>^ other
)
member And :
other:IObservable<'T5> -> QueryablePattern<'T1, 'T2, 'T3, 'T4, 'T5>
JScript does not support generic types and methods.
类型参数
- T5
可查询模式的第五个组件的类型。
参数
- 其他
类型: System.IObservable<T5>
第五个可观测序列。
返回值
类型: System.Reactive.Joins.QueryablePattern<T1、 T2、 T3、 T4、T5>
联接可查询模式。