Beispiel #1
0
 private static bool IsSequentialBuilder(WorkflowBuilder <T> builder)
 {
     return(null == builder || (typeof(SequentialBuilder <T>) == builder.GetType()));
 }