Table of Contents

Class ParsedExpressionFunction<TResult>

Namespace
LfrlAnvil.Computable.Expressions.Constructs
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents a function construct.

public class ParsedExpressionFunction<TResult> : ParsedExpressionFunction

Type Parameters

TResult

result type.

Inheritance
ParsedExpressionFunction<TResult>
Inherited Members

Constructors

ParsedExpressionFunction(Expression<Func<TResult>>)

Creates a new ParsedExpressionFunction<TResult> instance.

public ParsedExpressionFunction(Expression<Func<TResult>> lambda)

Parameters

lambda Expression<Func<TResult>>

Underlying LambdaExpression.