Class MonadMember
A representation of the monad member like source nodes and the results of operators.
Inherited Members
Namespace: System.Linq.CompilerServices.Optimizers
Assembly: Nuqleon.Linq.CompilerServices.Optimizers.dll
Syntax
public abstract class MonadMember : QueryTree
Constructors
MonadMember(Type)
Creates a representation of a monad member.
Declaration
protected MonadMember(Type elementType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | elementType | The element type of the monad. |
Properties
ElementType
The element type of the monad.
Declaration
public Type ElementType { get; }
Property Value
Type | Description |
---|---|
System.Type |