Share via


DictMethod.Hasimplementation Method

Definition

Determines whether the actual method implementation is on the class or derived from the base class.

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

Returns

true if the method is implemented on the class; otherwise, false.

Applies to