|
9.
|
|
|
Cannot convert anonymous method block without a parameter list to delegate type `{0}' because it has one or more `out' parameters
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1320
|
|
10.
|
|
|
Anonymous methods and lambda expressions cannot be used in the current context
|
|
|
|
匿名メソッドとラムダ式は現在の文脈では使用できません
|
|
Translated by
Atsushi Enomoto
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1344
|
|
11.
|
|
|
Local variable or parameter `{0}' cannot have their address taken and be used inside an anonymous method or lambda expression
|
|
|
|
ローカル変数またはパラメータである `{0}' は、そのアドレスを取得して匿名メソッドあるいはラムダ式の中で使用することができません
|
|
Translated by
Atsushi Enomoto
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1188
|
|
12.
|
|
|
An expression tree cannot contain an anonymous method expression
|
|
|
|
式ツリーに匿名メソッド式を含むことはできません
|
|
Translated by
Atsushi Enomoto
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1737
|
|
13.
|
|
|
An expression tree cannot contain an invocation which uses optional parameter
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/argument.cs:110
|
|
14.
|
|
|
An expression tree cannot contain named argument
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/argument.cs:269
|
|
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
|
|
|
|
式ツリーは代入オペレータを含むことができません
|
|
Translated by
Atsushi Enomoto
|
|
|
|
Located in
mcs/mcs/assign.cs:326
|