Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


20 Interfaces
20.2 Interface members
20.2.1 Interface methods
Paragraph 11 Interface methods are declared using interface-method-declarations: interface-method-declaration : attributesopt newopt return-type identifier ( formal-parameter-listopt ) ;
Paragraph 21 The attributes, return-type, identifier, and formal-parameter-list of an interface method declaration have the same meaning as those of a method declaration in a class (§17.5). 2 An interface method declaration is not permitted to specify a method body, and the declaration therefore always ends with a semicolon. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

