Is there any point in using the ArrayList class anymore?
Is there any point in using the ArrayList class anymore?
I realize that if you are running .NET 1.1, then generics aren't
available. But, if you are using .NET 2.0+, then are there any advantages
to using the ArrayList class over List<object>?
No comments:
Post a Comment