Table of Contents

Class Identifier

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

Constructors

Identifier(string)

public Identifier(string name)

Parameters

name string

Properties

Id

public Guid Id { get; }

Property Value

Guid

IsBracketed

public bool IsBracketed { get; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

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