Jon Jagger
jon@jaggersoft.com
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 Specificationpreviousnextprevious at this levelnext at this level 14 Expressionsprevious at this levelnext at this level 14.5 Primary expressionsprevious at this levelnext at this level 14.5.10 The new operatorprevious at this levelnext at this level 14.5.10.1 Object creation expressions Paragraph 11 An object-creation-expression is used to create a new instance of a class-type or a value-type. object-creation-expression : new type ( argument-listopt ) Paragraph 21 The type of an object-creation-expression must be a class-type or a value-type. 2 The type cannot be an abstract class-type. Paragraph 31 The optional argument-list (§14.4.1) is permitted only if the type is a class-type or a struct-type. Paragraph 41 The compile-time processing of an object-creation-expression of the form new T(A), where T is a class-type or a value-type and A is an optional argument-list, consists of the following steps: Paragraph 51 The run-time processing of an object-creation-expression of the form new T(A), where T is class-type or a struct-type and A is an optional argument-list, consists of the following steps:
{ JSL }
Jagger Software Ltd
Company # 4070126
VAT # 762 5213 42
Valid HTML 4.01Valid CSS