标签: c# namespaces
我有一个带有如下命名空间的代码:
命名空间名称文件。公用。otherParameters {
public interface IEntityManager : **ICommon** { }
}
我想将层名称更改为property(在C#中)。 我怎样才能做到这一点? (请参见接口从图层名称+ I继承)
property