SyntaxFix
Write A Post
Hire A Developer
Questions
I would just add an Initialize() method to the base class and then call that from derived constructors. That method will call any virtual/abstract methods/properties AFTER all of the constructors have been executed :)