DictMethod.Hasimplementation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.