Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / docs / ecma334 / 20.2.3.xml
1 <?xml version="1.0"?>
2 <clause number="20.2.3" title="Interface events">
3   <paragraph>Interface events are declared using interface-event-declarations: <grammar_production><name><non_terminal where="20.2.3">interface-event-declaration</non_terminal></name> : <rhs><non_terminal where="24.2">attributes</non_terminal><opt/><keyword>new</keyword><opt/><keyword>event</keyword><non_terminal where="11">type</non_terminal><non_terminal where="9.4.2">identifier</non_terminal><terminal>;</terminal></rhs></grammar_production></paragraph>
4   <paragraph>The attributes, type, and identifier of an interface event declaration have the same meaning as those of an event declaration in a class (<hyperlink>17.7</hyperlink>). </paragraph>
5 </clause>