Pattern<T1, T2> Class
Represents a join pattern.
Namespace: System.Reactive.Joins
Assembly: System.Reactive (in System.Reactive.dll)
The Pattern<T1, T2> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | And<T3> | 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.) |
