Table of Contents

Class EqualLiteralNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class EqualLiteralNode : CharacterLiteralNode
Inheritance
EqualLiteralNode
Inherited Members

Constructors

EqualLiteralNode(string, List<Node>?, List<Node>?)

public EqualLiteralNode(string rawStr, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

rawStr string
leadingWhitespace List<Node>
trailingWhitespace List<Node>