Class BindingElement
Rule element that represents results of an expression.
public class BindingElement : ExpressionElement
- Inheritance
-
BindingElement
- Inherited Members
- Extension Methods
Properties
ElementType
Element type of this rule element.
public override ElementType ElementType { get; }
Property Value
ResultType
Type of the result that this rule element yields.
public Type ResultType { get; }