Table of Contents

Constructor LiteralExpression

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

LiteralExpression(object?)

Creates a literal value expression.

public LiteralExpression(object? value)

Parameters

value object

The constant: a CLR scalar (string, bool, long, decimal, double) or null.