标签: c# namespaces
在基于设置值的Azure功能应用中,我想切换命名空间。 例如
#if System.Environment.GetEnvironmentVariable(name, EnvironmentVariableTarget.Process) == "true" namespace TestA #else namespace TestB #endif
请帮我解决这个问题。如果您有其他方法,请提示我