[]
Gets a collection of all cumulative expressions.
public static IEnumerable<ExpressionInfo> GetCumulativeExprs(this ExpressionInfo expr)
Type | Name | Description |
---|---|---|
ExpressionInfo | expr |
Type | Description |
---|---|
IEnumerable<ExpressionInfo> | A collection of cumulative expressions. |