Plan<TResult> Class
Represents an execution plan for join patterns.
Inheritance Hierarchy
System.Object
System.Reactive.Joins.Plan<TResult>
Namespace: System.Reactive.Joins
Assembly: System.Reactive (in System.Reactive.dll)
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.
Type Parameters
- TResult
The type of the result of plan.
The Plan<TResult> type exposes the following members.
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
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.
See Also
Reference
System.Reactive.Joins Namespace
Plan<TResult> Methods
Include Protected Members
Include Inherited Members
The Plan<TResult> type exposes the following members.
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
ToString(Inherited from Object.)Top