|
45.
|
|
|
Fields cannot have void type
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/cs-parser.jay:1066
|
|
46.
|
|
|
A fixed size buffer field must have the array size specifier after the field name
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/cs-parser.jay:1116
|
|
47.
|
|
|
Value or constant expected
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/cs-parser.jay:1211
|
|
48.
|
|
|
`{0}': interface members cannot have a definition
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/cs-parser.jay:1239 mcs/mcs/cs-parser.jay:1800
mcs/mcs/cs-parser.jay:1848 mcs/mcs/cs-parser.jay:2433
mcs/mcs/cs-parser.jay:2461
|
|
49.
|
|
|
Constraints are not allowed on non-generic declarations
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/decl.cs:469
|
|
50.
|
|
|
`{0}': Cannot specify constraints for overrides and explicit interface implementation methods
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/class.cs:3737
|
|
51.
|
|
|
A partial method cannot define access modifier or any of abstract, extern, new, override, sealed, or virtual modifiers
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/method.cs:918
|
|
52.
|
|
|
A partial method must be declared within a partial class or partial struct
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/method.cs:924
|
|
53.
|
|
|
Member modifier `{0}' must precede the member type and name
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/cs-parser.jay:1365
|
|
54.
|
|
|
A params parameter must be the last parameter in a formal parameter list
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/cs-parser.jay:1411 mcs/mcs/cs-parser.jay:1418
|