xsharp.eu • Code samples on the X# Documentation Project
Page 1 of 1

Code samples on the X# Documentation Project

Posted: Wed May 30, 2018 3:14 pm
by wriedmann
Hi,

I've added a section for code samples on the X# Documentation Project:

https://docs.xsharp.it/doku.php?id=codesamples:code_samples

If someone has ideas what I can add, or wishes to contribute some samples, please let me know.

I'm pretty sure most of you will see something new...

Wolfgang

Code samples on the X# Documentation Project

Posted: Wed May 30, 2018 6:43 pm
by robert
Nice, and thank you for doing this.
Can I suggest one change:
"Named parameters in the constructor" is not named correctly. MyProp is not a parameter but a property. This mechanism is called "Instance Initializers" in other languages. Likewise there are also Collection Initializers which result in an automatic call to collection:Add() when used.

Robert

Code samples on the X# Documentation Project

Posted: Wed May 30, 2018 7:48 pm
by wriedmann
Hi Robert,

thank you very much for this correction. My samples are far from being perfect or error free, but they are a starting point.

Wolfgang