Class Plan<TResult>
Represents an execution plan for join patterns.
Inherited Members
Namespace: System.Reactive.Joins
Assembly: System.Reactive.Linq.dll
Syntax
public abstract class Plan<TResult>
Type Parameters
Name | Description |
---|---|
TResult | The type of the results produced by the plan. |