public ElseBranchRejoiner(IfPropertyStepBase <TValue> ifPropertyStep) { _ifPropertyStep = ifPropertyStep; }
/// <summary> /// Initializes a new instance of the <see cref="IfBranchCaller" /> class. /// </summary> /// <param name="ifPropertyStep">The if step whose 'default' set of steps will constitute 'else' branch.</param> public IfBranchCaller(IfPropertyStepBase <TValue> ifPropertyStep) { ElseBranch = new ElseBranchRejoiner(ifPropertyStep); }