Creates a wrapper base that delegates non-local members to an inner instance. Its constructor accepts the inner instance and does not invoke BaseClass.
BaseClass
The class represented by the wrapper.
Wrapping an abstract class may require suppressing TS2655 because its abstract members are implemented by runtime delegation.
Creates a wrapper base that delegates non-local members to an inner instance. Its constructor accepts the inner instance and does not invoke
BaseClass.