Class CallExpression
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record CallExpression : Expression, IEquatable<Expression>, IEquatable<CallExpression>Inheritance
Section titled “Inheritance”object ← Expression ← CallExpression
Implements
Section titled “Implements”IEquatable<Expression>, IEquatable<CallExpression>
Inherited Members
Section titled “Inherited Members”Expression.Span, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CallExpression(string, IReadOnlyList<Expression>, SandboxType?, SourceSpan)
Section titled “ CallExpression(string, IReadOnlyList<Expression>, SandboxType?, SourceSpan)”public CallExpression(string Name, IReadOnlyList<Expression> Arguments, SandboxType? GenericType, SourceSpan Span)Parameters
Section titled “Parameters”Name string
Arguments IReadOnlyList<Expression>
GenericType SandboxType?
Span SourceSpan
Properties
Section titled “Properties”Arguments
Section titled “ Arguments”public IReadOnlyList<Expression> Arguments { get; init; }Property Value
Section titled “Property Value”GenericType
Section titled “ GenericType”public SandboxType? GenericType { get; init; }Property Value
Section titled “Property Value”public string Name { get; init; }