Plan < TResult > 類別
表示聯結模式的執行計畫。
繼承階層架構
System.Object
System.Reactive.Joins.Plan < TResult>
Namespace:System.Reactive.Joins
裝配: System.Reactive.dll) 中的 System.Reactive (
Syntax
'Declaration
Public MustInherit Class Plan(Of TResult)
'Usage
Dim instance As Plan(Of TResult)
public abstract class Plan<TResult>
generic<typename TResult>
public ref class Plan abstract
[<AbstractClassAttribute>]
type Plan<'TResult> = class end
JScript does not support generic types and methods.
類型參數
- TResult
計畫結果的類型。
Plan < TResult > 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
等於 | 繼承自 Object.) 的 ( | |
完成 | 繼承自 Object.) 的 ( | |
GetHashCode | 繼承自 Object.) 的 ( | |
GetType | 繼承自 Object.) 的 ( | |
MemberwiseClone | 繼承自 Object.) 的 ( | |
ToString | 繼承自 Object.) 的 ( |
頂端
執行緒安全性
這個類型的任何公用靜態 (Visual Basic 中的 Shared) 成員都是安全執行緒。 並非所有的執行個體成員都是安全執行緒。