disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 17.2.3.xml
blob2191f588f954932d5d55006f9e8f16bd689b7356
1 <?xml version="1.0"?>
2 <clause number="17.2.3" title="Access modifiers">
3   <paragraph>A <non_terminal where="17.2">class-member-declaration</non_terminal> can have any one of the five possible kinds of declared accessibility (<hyperlink>10.5.1</hyperlink>): public, protected internal, protected, internal, or private. Except for the protected internal combination, it is a compile-time error to specify more than one access modifier. When a  <non_terminal where="17.2">class-member-declaration</non_terminal> does not include any access modifiers, private is assumed. </paragraph>
4 </clause>