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


14 Expressions
14.3 Member lookup
14.3.1 Base types
Paragraph 11 For purposes of member lookup, a type T is considered to have the following base types: - 2 If T is object, then T has no base type.
- 3 If T is a value-type, the base type of T is the class type object.
- 4 If T is a class-type, the base types of T are the base classes of T, including the class type object.
- 5 If T is an interface-type, the base types of T are the base interfaces of T and the class type object.
- 6 If T is an array-type, the base types of T are the class types System.Array and object.
- 7 If T is a delegate-type, the base types of T are the class types System.Delegate and object.
|
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

