Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
Type 'type' in interface list is not an interface
It is possible for a struct or interface to inherit from another interface but not from any other type.
The following sample generates CS0527:
// CS0527.cs
// compile with: /target:library
public struct clx : int {} // CS0527 int not an interface
Sarađujte s nama na GitHub-u
Izvor za ovaj sadržaj može se naći na usluzi GitHub, gdje takođe možete da kreirate i pregledate probleme i povučete zahtjeve. Za više informacija pogledajte naš vodič za saradnike.