Table of Contents

Class CallExpression

Namespace
DotBoxD.Kernels
Assembly
DotBoxD.Kernels.dll
public sealed record CallExpression : Expression, IEquatable<Expression>, IEquatable<CallExpression>
Inheritance
CallExpression
Implements
Inherited Members

Constructors

CallExpression(string, IReadOnlyList<Expression>, SandboxType?, SourceSpan)

public CallExpression(string Name, IReadOnlyList<Expression> Arguments, SandboxType? GenericType, SourceSpan Span)

Parameters

Name string
Arguments IReadOnlyList<Expression>
GenericType SandboxType
Span SourceSpan

Properties

Arguments

public IReadOnlyList<Expression> Arguments { get; init; }

Property Value

IReadOnlyList<Expression>

GenericType

public SandboxType? GenericType { get; init; }

Property Value

SandboxType

Name

public string Name { get; init; }

Property Value

string