Show / Hide Table of Contents

Class MonadMember

A representation of the monad member like source nodes and the results of operators.

Inheritance
System.Object
QueryTree
MonadMember
MonadAbstraction
QueryOperator
Inherited Members
QueryTree.Accept<TQueryTree, TMonadMember, TQueryOperator>(QueryVisitor<TQueryTree, TMonadMember, TQueryOperator>)
QueryTree.Reduce()
QueryTree.QueryNodeType
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
In This Article
Back to top Generated by DocFX