Beispiel #1
0
 public ElseBranchRejoiner(IfPropertyStepBase <TValue> ifPropertyStep)
 {
     _ifPropertyStep = ifPropertyStep;
 }
Beispiel #2
0
 /// <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);
 }