Class WaitCommandFunctionNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public class WaitCommandFunctionNode : CommandFunctionNode
- Inheritance
-
WaitCommandFunctionNode
- Inherited Members
Constructors
WaitCommandFunctionNode(string?, QuestionMarkNode?, List<Node>?, List<Node>?)
public WaitCommandFunctionNode(string? rawName = null, QuestionMarkNode? questionMark = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)