If one type extends another and I have a Create function then the New() function of the super type is automatically called by the compiler correct?
According to the Rockout code this looks to be true ... but I'm getting an error apparently in my own create function that I'm attempting to access a field or method of a null object ...
According to the Rockout code this looks to be true ... but I'm getting an error apparently in my own create function that I'm attempting to access a field or method of a null object ...