Type.isInterface Method
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);
Show:
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);