internal SingleArgumentWorkflowExpressionBuilder(ExpressionBuilderGraph workflow)
     : base(workflow)
 {
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateAsyncBuilder"/> class
 /// with the specified expression builder workflow.
 /// </summary>
 /// <param name="workflow">
 /// The expression builder workflow instance that will be used by this builder
 /// to generate the output expression tree.
 /// </param>
 public CreateAsyncBuilder(ExpressionBuilderGraph workflow)
     : base(workflow)
 {
 }