Plan<TResult> 类

表示联接模式的执行计划。

继承层次结构

System.Object
  System.Reactive.Joins.Plan<TResult>

Namespace:System.Reactive.Joins
装配: System.Reactive.dll) 中的 System.Reactive (

语法

'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> 类型公开以下成员。

方法

  名称 说明
Public method Public method 等于 (继承自 Object.)
受保护的方法 完成 (继承自 Object.)
Public method Public method GetHashCode (继承自 Object.)
Public method Public method GetType (继承自 Object.)
受保护的方法 MemberwiseClone (继承自 Object.)
Public method Public method ToString (继承自 Object.)

顶部

线程安全性

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

System.Reactive.Joins 命名空间