VariadicOpNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Variadic operation node. Example:
Formula1 ; Formula2 ; ...
public sealed class VariadicOpNode : Microsoft.PowerFx.Syntax.VariadicBase
type VariadicOpNode = class
inherit VariadicBase
Public NotInheritable Class VariadicOpNode
Inherits VariadicBase
- Inheritance
Properties
| ChildNodes |
The list of child nodes. (Inherited from VariadicBase) |
| Count | (Inherited from VariadicBase) |
| Kind |
Kind of the parse node. |
| Op |
Variadic operator. |
| Parent |
Parent TexlNode in the AST structure (if any). (Inherited from TexlNode) |
Methods
| Accept(TexlVisitor) |
Accept a visitor TexlVisitor. |
| Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext) |
Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>. |
| AcceptChildren(TexlVisitor) | (Inherited from VariadicBase) |
| GetCompleteSpan() | (Inherited from VariadicBase) |
| GetSourceBasedSpan() | (Inherited from TexlNode) |
| GetTextSpan() | (Inherited from TexlNode) |
| ToString() | (Inherited from TexlNode) |