本文介绍了解释如何初始化工作流变量或参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是工作流程的新手程序员,我遇到过这样的事情
i''m novice programmer in work flow and i encounter some thing like this
new InArgument<Int32>(ac =>Variable.Get(ac))
和
and
new OutArgument<Int32>(ac => argument.Get(ac))
任何人都可以在引擎盖下解释这个设计模式
can any one explain this design pattern under the hood
推荐答案
这篇关于解释如何初始化工作流变量或参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!