Pattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Class
Represents a join pattern.
System.Object
System.Reactive.Joins.Pattern
System.Reactive.Joins.Pattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
System.Reactive.Joins.Pattern
System.Reactive.Joins.Pattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Namespace: System.Reactive.Joins
Assembly: System.Reactive (in System.Reactive.dll)
Type Parameters
- T1
The type of the first component of the pattern.
- T2
The type of the second component of the pattern.
- T3
The type of the third component of the pattern.
- T4
The type of the fourth component of the pattern.
- T5
The type of the fifth component of the pattern.
- T6
The type of the sixth component of the pattern.
- T7
The type of the seventh component of the pattern.
- T8
The type of the eighth component of the pattern.
- T9
The type of the ninth component of the pattern.
- T10
The type of the tenth component of the pattern.
- T11
The type of the eleventh component of the pattern.
The Pattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | And<T12> | Matches when all observable sequences have an available value. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Then<TResult> | Matches when all observable sequences have an available value and projects the values. |
![]() | ToString | (Inherited from Object.) |
