public   可以被外部成员调用  
  internal   可以在当前项目调用  
  protected   只能在被类的成员和该类的子类调用  
  private   只能在被类的成员调用

相关文章: