Table of Contents

Class FullCommandFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class FullCommandFunctionNode : CommandFunctionNode
Inheritance
FullCommandFunctionNode
Inherited Members

Constructors

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

public FullCommandFunctionNode(string? rawName = null, QuestionMarkNode? questionMark = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

rawName string
questionMark QuestionMarkNode
leadingWhitespace List<Node>
trailingWhitespace List<Node>