I think using AfterConstruction is a poor man’s solution that you should only use in exceptional cases, as it is: called only after the last constructor in the chain is called. called outside of the constructor chain (i.e. exceptions in it will not automatically call the destructor chain, nor BeforeDestruction) meant to add any initialization […]
Weiterlesen...