|
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
|
|
19.
|
|
|
Cannot assign to `{0}' because it is a `{1}'
|
|
|
|
Ne može se dodjeliti '{0}' zato što je '{1}'.
|
|
Translated and reviewed by
Merima
|
|
|
|
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
|
|
|
|
'{0}' nije važeći imenovan argument atributa. Imenovani argumenti atributa moraju biti polja koja nisu readonly, static, const ili read-write svojstva koja su javna i ne statička
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/attribute.cs:228
|