नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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.