|
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
|
|
21.
|
|
|
`{0}' is not a valid named attribute argument because it is not a valid attribute parameter type
|
|
|
|
'{0}' nije važeći atribut argumenta zato što nije važeći atribut tipa parametra.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/attribute.cs:237
|
|
22.
|
|
|
An attribute argument cannot be dynamic expression
|
|
|
|
Atribut argumenta ne može biti dinamički izraz.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/attribute.cs:243
|