Table of Contents

Class SlashLiteralNode

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

Constructors

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

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

Parameters

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