![]() |
|||
Comments and Discussions
|
About Article
Alternative to Convert ArrayList to a Generic List
You can filter all elements of arrayList that can be cast to the same type using Enumerable.OfType(Of TResult) Method[^]. List typedList = arrayList.OfType().ToList();
Related Videos
Related Articles
|
||||||||||||||||||||||||||||||||||||