|
6.
|
|
|
Parameter `{0}' must be declared with the `{1}' keyword
|
|
|
|
Le paramètre `{0}' doit être déclaré avec le mot-clé `{1}'
|
|
Translated by
Aurélien Ribeiro
|
|
Reviewed by
Pierre Slamich
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1072
|
|
7.
|
|
|
Parameter `{0}' is declared as type `{1}' but should be `{2}'
|
|
|
|
Le paramètre `{0}' est déclaré du type `{1}' mais devrait être du type `{2}'
|
|
Translated by
Aurélien Ribeiro
|
|
Reviewed by
Pierre Slamich
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1089
|
|
8.
|
|
|
An anonymous method cannot be converted to an expression tree
|
|
|
|
Une méthode anonyme ne peut pas être converti en une arborescence
|
|
Translated by
Aurélien Ribeiro
|
|
Reviewed by
Jean-Marc
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1301
|
|
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
|
|
|
|
Des méthodes inconnues et des expressions lambda ne peuvent pas être utilisées dans le contexte actuel
|
|
Translated by
Aurélien Ribeiro
|
|
Reviewed by
Pierre Slamich
|
|
|
|
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
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1188
|
|
12.
|
|
|
An expression tree cannot contain an anonymous method expression
|
|
|
|
Une arborescence d'expression ne peut pas contenir une expression de la méthode anonyme
|
|
Translated by
David .
|
|
Reviewed by
Jean-Marc
|
|
|
|
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
|
|
|
|
Une arborescence d'expression ne peut pas contenir d'argument nommé
|
|
Translated by
David .
|
|
Reviewed by
Jean-Marc
|
|
|
|
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
|