D
danil52
Hello there.
I have an abstract Base class with bunch of private static members and
public static getters for those members.
I want my Derived classes to call a static constructor and initialize
those members. How can this be achieved? Thank you.
I have an abstract Base class with bunch of private static members and
public static getters for those members.
I want my Derived classes to call a static constructor and initialize
those members. How can this be achieved? Thank you.