[]
Returns the subexpressions that make up the given expression.
public virtual IEnumerable<ExpressionInfo> Children()
Type | Description |
---|---|
IEnumerable<ExpressionInfo> |
In most cases, if an expression is not a constant, it is composed of other smaller expressions. These could be the left and right operands for a binary expression, arguments to a function, etc. Subexpressions, in turn, can also consist of expressions. This function returns only expressions at the first level of nesting.