static field in abstract class not intializing



05-19-25 17-19-26
it appears that declaring and initializing a static reference type compiles ok is not initializing at run time. a silent but deadly bug. im not sure to initialize these fields in the class constructor or hard code the initial values into property accessor. since in this case is need hard code the value.
 
Last edited:
Back
Top Bottom