Partial Classes in C#

后端 未结 20 2949
广开言路
广开言路 2021-02-19 08:25

Are there are good uses of Partial Classes outside the webforms/winforms generated code scenarios? Or is this feature basically to support that?

20条回答
  •  自闭症患者
    2021-02-19 09:03

    Correction, as Matt pointed out, both sides of the partial need to be in the same assembly. my bad.

提交回复
热议问题