|
9.
|
|
|
Cannot convert anonymous method block without a parameter list to delegate type `{0}' because it has one or more `out' parameters
|
|
|
|
Ne može se pretvoriti nepoznati blok metode bez parametarske liste u delegat tipa '{0}' zato što postoji jedan ili više 'out' parametara
|
|
Translated by
Merima
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1320
|
|
10.
|
|
|
Anonymous methods and lambda expressions cannot be used in the current context
|
|
|
|
Nepoznata metoda i lambda izraz ne mogu biti korišteni u trenutnom kontekstu.
|
|
Translated by
Merima
|
|
Reviewed by
Samir Ribić
|
|
|
|
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
|
|
|
|
Lokalna varijabla ili parametar '{0}' ne mogu imati adrese i biti koristeni unutar nepoznate metode ili lambda izraza.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1188
|
|
12.
|
|
|
An expression tree cannot contain an anonymous method expression
|
|
|
|
Stablo izraza ne moze sadržavati nepoznatu metodu izraza.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/anonymous.cs:1737
|
|
13.
|
|
|
An expression tree cannot contain an invocation which uses optional parameter
|
|
|
|
Drvo izraza ne može sadržavati pozivanje koji koristi dodatni parametar
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/argument.cs:110
|
|
14.
|
|
|
An expression tree cannot contain named argument
|
|
|
|
Stablo izraza ne može sadržavati ime argumenta.
|
|
Translated and reviewed by
Merima
|
|
|
|
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
|
|
|
|
Grupna metoda '{0}' ne može biti korištena kao argument dinamičke operacije. Razmotrite korištenje zagrade za pozivanje metode.
|
|
Translated and reviewed by
Merima
|
|
|
|
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
|
|
|
|
Nepoznata metoda ili lambda izraz ne mogu biti korišteni kao argument dinamičke operacije. Razmotrite korištenje cast.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/argument.cs:394
|
|
17.
|
|
|
An expression of type `{0}' cannot be used as an argument of dynamic operation
|
|
|
|
Izraz tipa '{0}' ne može se koristiti kao argument dinamičke operacije.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/argument.cs:397
|
|
18.
|
|
|
An expression tree cannot contain an assignment operator
|
|
|
|
Stablo izraza ne može dodjeliti operator.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/assign.cs:326
|