2
Answers

classes with internal variable-definitions

Matthias

Matthias

8y
522
1
I found many examples with confusing class-definitions:
variable-declaration and direct assignment, but no standard-constructor.
Are constructors needles or is this a renewal in C#6? 
 Example: class Table { public int[] number = new number[10];}
Answers (2)