prog.cs(8,14): error CS0128: A local variable named `array' is already defined in this scope
prog.cs(8,19): error CS0650: Syntax error, 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
prog.cs(9,14): error CS0128: A local variable named `array' is already defined in this scope
prog.cs(9,19): error CS0650: Syntax error, 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
prog.cs(10,14): error CS0128: A local variable named `array' is already defined in this scope
prog.cs(10,19): error CS0650: Syntax error, 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
prog.cs(11,14): error CS0128: A local variable named `array' is already defined in this scope
prog.cs(11,19): error CS0650: Syntax error, 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 failed: 8 error(s), 0 warnings