Share via


DictClass.Isinterface Method

Definition

Indicates whether an object is an interface.

public:
 virtual bool Isinterface();
public virtual bool Isinterface ();
abstract member Isinterface : unit -> bool
override this.Isinterface : unit -> bool
Public Overridable Function Isinterface () As Boolean

Returns

true if the object is an interface; otherwise, false.

Applies to