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
Inherited Members
- ComprehensionClauseBase.NextClause
- AstNodeBase.Contains(Int32)
- AstNodeBase.FindChildNode(Int32)
- AstNodeBase.FindDescendantNode(Int32)
- AstNodeBase.ToString()
- AstNodeBase.ToTreeString(Int32)
- AstNodeBase.Children
- AstNodeBase.EndOffset
- AstNodeBase.HasChildren
- AstNodeBase.Length
- AstNodeBase.Parent
- AstNodeBase.Root
- AstNodeBase.StartOffset
- AstNodeBase.Value
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object, System.Object)
- System.Object.ReferenceEquals(System.Object, System.Object)
- System.Object.GetHashCode()
- System.Object.GetType()
- System.Object.MemberwiseClone()