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.4 Interface indexers
Paragraph 11 Interface indexers are declared using interface-indexer-declarations: interface-indexer-declaration : attributesopt newopt type this [ formal-parameter-list ] { interface-accessors }
Paragraph 21 The attributes, type, and formal-parameter-list of an interface indexer declaration have the same meaning as those of an indexer declaration in a class (§17.8).
Paragraph 31 The accessors of an interface indexer declaration correspond to the accessors of a class indexer declaration (§17.8), except that the accessor body must always be a semicolon. 2 Thus, the accessors simply indicate whether the indexer is read-write, read-only, or write-only. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

