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


24 Attributes
24.1 Attribute classes
24.1.3 Attribute parameter types
Paragraph 11 The types of positional and named parameters for an attribute class are limited to the attribute parameter types, which are: - 2 One of the following types: bool, byte, char, double, float, int, long, short, string.
- 3 The type object.
- 4 The type System.Type.
- 5 An enum type, provided it has public accessibility and the types in which it is nested (if any) also have public accessibility.
- 6 Single-dimensional arrays of the above types.
|
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

