Is it possible to declare a partial class in two projects

后端 未结 4 1886
醉话见心
醉话见心 2021-01-17 16:02

Consider we create a partial class in Project1 and we have a Project2 that has reference to Project1 .How is it possible t

4条回答
  •  自闭症患者
    2021-01-17 16:03

    You can use the Extension methods that allow you to create additional methods for existing class

提交回复
热议问题