disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 24.3.xml
blobfba29eab53f6c74332fdee667e92d73340021942
1 <?xml version="1.0"?>
2 <clause number="24.3" title="Attribute instances">
3   <paragraph>An attribute instance is an instance that represents an attribute at run-time. An attribute is defined with an attribute class, positional arguments, and named arguments. An attribute instance is an instance of the attribute class that is initialized with the positional and named arguments. </paragraph>
4   <paragraph>Retrieval of an attribute instance involves both compile-time and run-time processing, as described in the following sections. </paragraph>
5 </clause>