In This Article

TupleDesignation Class

Represents a tuple designation.

public class TupleDesignation : Designation, IAstNode
Inheritance:
System.Object AstNodeBase Designation Object
Implements:
IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v21.1.2.0 (http://www.actiprosoftware.com).

Constructors

TupleDesignation()

public TupleDesignation()

Properties

ChildDesignations

Gets the child designations.

public IList<Designation> ChildDesignations { get; }

Property Value

System.Collections.Generic.IList<Designation>:

The child designations.

HasChildDesignations

Returns whether the ChildDesignations collection property contains at least one item.

public bool HasChildDesignations { get; }

Property Value

System.Boolean:

true if there is at least one item in the collection; otherwise, false.

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

System.Int32:

The An integer value that identifies the type of AST node.

Methods

GetChildrenEnumerator()

Retrieves an IEnumerator object that can iterate the child IAstNode objects in this node.

protected override IEnumerator<IAstNode> GetChildrenEnumerator()

Returns

System.Collections.Generic.IEnumerator<IAstNode>:

An IEnumerator object that can iterate the child IAstNode objects in this node.

Inherited Members