Query NonGeneric Types using LINQ in C# and VB.NET (dotnetcurry.com)
submitted by
vivekamar(5940) 3 years, 4 months ago
LINQ can be used to query on objects that are generic collections and implement the generic IEnumerable<T> interface. However nongeneric collections like the ArrayList do not implement the 'generic' IEnumerable<T> interface. In this article we will see how to use LINQ to query nongeneric collections like the ArrayList.
|category: Linq
|Views: 13
tags:
LINQ another
Everyones tags:
Your Tags: