In This Article

ComprehensionFor Class

Represents a comprehension for.

public class ComprehensionFor : ComprehensionClauseBase, IAstNode
Inheritance:
System.Object AstNodeBase ComprehensionClauseBase Object
Implements:
IAstNode

Remarks

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

Constructors

ComprehensionFor()

public ComprehensionFor()

Properties

ElementExpression

Gets or sets the element expression.

public Expression ElementExpression { get; set; }

Property Value

Expression:

The element expression.

EnumerableExpression

Gets or sets the enumerable expression.

public Expression EnumerableExpression { get; set; }

Property Value

Expression:

The enumerable expression.

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.

IsAsync

Gets or sets the is async.

public bool IsAsync { get; set; }

Property Value

System.Boolean:

The is async.

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