Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Returns a value that indicates whether the specified type is an interface. This is a static member that is invoked directly without creating an instance of the class.
Type.isInterface(type);
Parameters
Parameter |
Description |
|---|---|
type |
The type to test. |
Return Value
true if the specified type is an interface; otherwise, false.