Use a method as the implementation for another method (.override)
[Visual Basic]Public Sub AddMethodOverride( _ ByVal decl As PEAPI.Method, _ ByVal body As PEAPI.Method _)
[C#]public void AddMethodOverride( Method decl, Method body);
ClassDef Class | ClassDef Members | PEAPI Namespace