|
15.
|
|
|
The method group `{0}' cannot be used as an argument of dynamic operation. Consider using parentheses to invoke the method
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/argument.cs:390
|
|
16.
|
|
|
An anonymous method or lambda expression cannot be used as an argument of dynamic operation. Consider using a cast
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/argument.cs:394
|
|
17.
|
|
|
An expression of type `{0}' cannot be used as an argument of dynamic operation
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/argument.cs:397
|
|
18.
|
|
|
An expression tree cannot contain an assignment operator
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/assign.cs:326
|
|
19.
|
|
|
Cannot assign to `{0}' because it is a `{1}'
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/assign.cs:792
|
|
20.
|
|
|
`{0}' is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, const or read-write properties which are public and not static
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/attribute.cs:228
|
|
21.
|
|
|
`{0}' is not a valid named attribute argument because it is not a valid attribute parameter type
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/attribute.cs:237
|
|
22.
|
|
|
An attribute argument cannot be dynamic expression
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/attribute.cs:243
|
|
23.
|
|
|
The Guid attribute must be specified with the ComImport attribute
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/attribute.cs:248
|
|
24.
|
|
|
Do not use `{0}' directly. Use parameter modifier `this' instead
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/attribute.cs:253
|