protected internal合并了protected和internal。
但这是一种OR合并,而不似乎AND合并。
protected internal成员在同一个程序集的任何代码中都可见,在派生类中也可见,甚至在其他程序集中也可见
转载于:https://www.cnblogs.com/liuxing3169/articles/1340623.html
转载于:https://www.cnblogs.com/liuxing3169/articles/1340623.html