是否有任何最佳实践表明自定义代码不应放在System命名空间中?是否应该System为其子代保留Microsoft代码?
System
我问,因为我正在编写一个将在许多项目中使用的类库,并且我希望通过放置它来保持一致System.InteropServices(因为它处理P/Invoke).
System.InteropServices
.net c# namespaces
.net ×1
c# ×1
namespaces ×1