|
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
|
|
23.
|
|
|
The Guid attribute must be specified with the ComImport attribute
|
|
|
|
Guid atribut mora biti naveden sa Comlmport atributom.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/attribute.cs:248
|
|
24.
|
|
|
Do not use `{0}' directly. Use parameter modifier `this' instead
|
|
|
|
Nemojte koristiti '{0}' izravno. Koristi parametar modifikacije 'this' umjesto toga.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/attribute.cs:253
|
|
25.
|
|
|
Do not use `{0}' directly. Use `dynamic' keyword instead
|
|
|
|
Nemoj direktno koristiti '{0}'. Koristi umjesto toga dinamičku ključnu riječ.
|
|
Translated and reviewed by
Merima
|
|
|
|
Located in
mcs/mcs/attribute.cs:258
|