オーバーライド元メソッドを呼び出す。

public Overrides function foo(byval bar as integer) as boolean
    return MyBase.foo(bar)
end function