조인 패턴을 나타냅니다.
상속 계층 구조
System.Object
System.Reactive.Joins.Pattern
System.Reactive.Joins.Pattern<T1, T2>
네임스페이스:System.Reactive.Joins
어셈블리: System.Reactive(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.
형식 매개 변수
- T1
패턴의 첫 번째 구성 요소 형식입니다.
- T2
패턴의 두 번째 구성 요소 형식입니다.
패턴<T1, T2> 형식은 다음 멤버를 노출합니다.
메서드
| 속성 | Description | |
|---|---|---|
|
그리고<T3> | 모든 관찰 가능한 시퀀스에 사용 가능한 값이 있는 경우 일치합니다. |
|
같음 | ( 개체에서 상속됩니다.) |
|
Finalize | ( 개체에서 상속됩니다.) |
|
GetHashCode | ( 개체에서 상속됩니다.) |
|
GetType | ( 개체에서 상속됩니다.) |
|
MemberwiseClone | ( 개체에서 상속됩니다.) |
|
그런 다음<TResult> | 모든 관찰 가능한 시퀀스에 사용 가능한 값이 있고 값을 투영하는 경우 일치합니다. |
|
ToString | ( 개체에서 상속됩니다.) |
상위
스레드 보안
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.