This is somewhat a theoretical question.
I had this:ListEx is my "extension" for List. How can this compile really? It's true that ListEx inherits from List, but still. Should it compile or do I have some wrong settings?Code:Private _oFields As ListEx(Of FieldStruct) = New List(Of FieldStruct)
It took me like two hours to find this...




Reply With Quote