disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 17.2.4.xml
blob764eba33bb409d7b8efb08fc6ecfbe77da8c539b
1 <?xml version="1.0"?>
2 <clause number="17.2.4" title="Constituent types">
3   <paragraph>Types that are used in the declaration of a member are called the constituent types of that member. Possible constituent types are the type of a constant, field, property, event, or indexer, the return type of a method or operator, and the parameter types of a method, indexer, operator, or instance constructor. The constituent types of a member must be at least as accessible as that member itself (<hyperlink>10.5.4</hyperlink>). </paragraph>
4 </clause>