Beispiel #1
0
 /// <summary>
 /// Creates a choice allowing for "if-else" type logic
 /// </summary>
 /// <returns></returns>
 public ChoiceBuilder <TBody> Choice()
 {
     return(ChoiceBuilder <TBody> .Choice(this.CreatedFlow, this));
 }