Table of Contents

Class QuestionMarkNode

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

Constructors

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

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

Parameters

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