Table of Contents

Class IntersectionLiteralNode

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

Constructors

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

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

Parameters

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