Class FunctionCall
public sealed class FunctionCall : LogicalExpression
- Inheritance
-
FunctionCall
- Inherited Members
Constructors
FunctionCall(Identifier, LogicalExpressionList)
public FunctionCall(Identifier identifier, LogicalExpressionList parameters)
Parameters
identifierIdentifierparametersLogicalExpressionList
Properties
Identifier
public Identifier Identifier { get; set; }
Property Value
Parameters
public LogicalExpressionList Parameters { get; set; }
Property Value
Methods
Accept<T>(ILogicalExpressionVisitor<T>, CancellationToken)
public override T Accept<T>(ILogicalExpressionVisitor<T> visitor, CancellationToken cancellationToken = default)
Parameters
visitorILogicalExpressionVisitor<T>cancellationTokenCancellationToken
Returns
- T
Type Parameters
T