Quote Originally Posted by NoteMe
Ok, so it was just a hash key. But what about the warnings. It is just because the users of my class will expect them to be overloaded, or should I take them serious?'


- ØØ -
I should probably look this up rather than depend on my memory, but if memory serves, ignoring the overrides warning may not cause your code to blow up, but it also may cause the resources that are consumed by your code not to be released once the code has finished running. I tend to never ignore warnings, especially if I'm not completely sure what they mean.