2015年8月13日

c# 中的 protected internal 如何在 vc.net 中实现

摘要: c# 中有 protected internal 的复合访问属性,保证assembly内部访问,以及外部的派生类访问vc.net 中无法直接写上 protected internal, 其对应的写法为: public protected:在c#中观察编译后的vc.net的类将看到 ... 阅读全文

posted @ 2015-08-13 10:25 norsd 阅读(131) 评论(0) 推荐(0) 编辑

导航