2
Answers

classes with internal variable-definitions

Photo of Matthias

Matthias

9y
999
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)