I'm confused on which expression trees need to be added to a blockexpression when wanting code to be executed.
For example, if I have ConditionalExpression, that has a reference to an IsTrue and IsFalse. Do I need to include the expressions that are for IsTrue and IsFalse. or just the Conditional Expression?
Is there a guideline, i.e. how do the IEnumerable of Expressions get executed? Do they get executed in the order they appear in the IEnumerable?