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.1 Interface declarations
20.1.1 Interface modifiers
Paragraph 11 An interface-declaration may optionally include a sequence of interface modifiers: interface-modifiers : interface-modifier interface-modifiers interface-modifier interface-modifier : new public protected internal private
Paragraph 21 It is a compile-time error for the same modifier to appear multiple times in an interface declaration.
Paragraph 31 The new modifier is only permitted on nested interfaces. 2 It specifies that the interface hides an inherited member by the same name, as described in §17.2.2.
Paragraph 41 The public, protected, internal, and private modifiers control the accessibility of the interface. 2 Depending on the context in which the interface declaration occurs, only some of these modifiers may be permitted (§10.5.1). |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

