protected C(): base() {}or
public C(): base() {}where C is the name of the class. end note] [Example: In the example
class Message { object sender; string text; }a default constructor is provided because the class contains no instance constructor declarations. Thus, the example is precisely equivalent to
class Message { object sender; string text; public Message(): base() {} }end example]
| |
Jagger Software Ltd | |
Company # 4070126 | |
VAT # 762 5213 42 |