Inserts a method declaration and code stub for the given method.
Syntax
HRESULT OverrideMethod([in] IJavaMethod* pMethod);
Sub OverrideMethod(pMethod As IJavaMethod)
Parameters
pMethod
The method to be overridden.