Compilation error (line 10, col 15): Bad array declarator: To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed size buffer field, use the fixed keyword before the field type.
Compilation error (line 10, col 16): Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)