PEAPI

ClassDef.AddMethodOverride Method 

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
);

Parameters

decl
the method to be overridden
body
the implementation to be used

See Also

ClassDef Class | ClassDef Members | PEAPI Namespace