Table of Contents

Class ConcatStandardFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class ConcatStandardFunctionNode : StandardFunctionNode
Inheritance
ConcatStandardFunctionNode
Inherited Members

Constructors

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

public ConcatStandardFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

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