protected internal 访问修饰符

protected internal 访问修饰符允许在本类,派生类或者包含该类的程序集中访问。这也被用于实现继承。