标签: c# using using-directives
namespace { using Itest = IMyInterface }
然后我使用Itest代替其余的代码但是根据新的要求, 基于某些条件,我需要在运行时设置别名。 >像 使用Itest = {在运行时选择}