Table of Contents

Class LogicalExpression

Namespace
NCalc.Domain
Assembly
NCalc.Core.dll
public abstract class LogicalExpression
Inheritance
LogicalExpression
Derived
Inherited Members
Extension Methods

Methods

Accept(ILogicalExpressionVisitor)

public abstract void Accept(ILogicalExpressionVisitor visitor)

Parameters

visitor ILogicalExpressionVisitor

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.