Table of Contents

Class FunctionCall

Namespace
NCalc.Domain
Assembly
NCalc.dll
public sealed class FunctionCall : LogicalExpression
Inheritance
FunctionCall
Inherited Members

Constructors

FunctionCall(Identifier, LogicalExpressionList)

public FunctionCall(Identifier identifier, LogicalExpressionList parameters)

Parameters

identifier Identifier
parameters LogicalExpressionList

Properties

Identifier

public Identifier Identifier { get; set; }

Property Value

Identifier

Parameters

public LogicalExpressionList Parameters { get; set; }

Property Value

LogicalExpressionList

Methods

Accept<T>(ILogicalExpressionVisitor<T>, CancellationToken)

public override T Accept<T>(ILogicalExpressionVisitor<T> visitor, CancellationToken cancellationToken = default)

Parameters

visitor ILogicalExpressionVisitor<T>
cancellationToken CancellationToken

Returns

T

Type Parameters

T