Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / docs / ecma334 / 24.4.xml
1 <?xml version="1.0"?>
2 <clause number="24.4" title="Reserved attributes">
3   <paragraph>A small number of attributes affect the language in some way. These attributes include: <list><list_item> System.AttributeUsageAttribute (<hyperlink>24.4.1</hyperlink>), which is used to describe the ways in which an attribute class can be used. </list_item><list_item> System.ConditionalAttribute (<hyperlink>24.4.2</hyperlink>), which is used to define conditional methods. </list_item><list_item> System.ObsoleteAttribute (<hyperlink>24.4.3</hyperlink>), which is used to mark a member as obsolete. </list_item></list></paragraph>
4 </clause>