Type.isClass Method
Returns a value that indicates whether the specified type is a class. This method is static and can be invoked without creating an instance of the object.
Type.isClass(type);
Parameters
Parameter |
Description |
---|---|
type |
The type to test. |
Return Value
true if the specified type is a class; otherwise, false.