Partilhar via


ListNode Class

Definition

List expression parse node. Example:

[Arg1, Arg2, ...]

public sealed class ListNode : Microsoft.PowerFx.Syntax.VariadicBase
type ListNode = class
    inherit VariadicBase
Public NotInheritable Class ListNode
Inherits VariadicBase
Inheritance

Properties

ChildNodes

The list of child nodes.

(Inherited from VariadicBase)
Count (Inherited from VariadicBase)
Kind

Kind of the parse node.

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)

Applies to