Pattern<T1, T2> Class
Represents a join pattern.
Inheritance Hierarchy
System.Object
System.Reactive.Joins.Pattern
System.Reactive.Joins.Pattern<T1, T2>
Namespace: System.Reactive.Joins
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Class Pattern(Of T1, T2) _
Inherits Pattern
'Usage
Dim instance As Pattern(Of T1, T2)
public class Pattern<T1, T2> : Pattern
generic<typename T1, typename T2>
public ref class Pattern : public Pattern
type Pattern<'T1, 'T2> =
class
inherit Pattern
end
JScript does not support generic types and methods.
Type Parameters
- T1
The type of the first component of the pattern.
- T2
The type of the second component of the pattern.
The Pattern<T1, T2> type exposes the following members.
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.