Querying a Collection of Integers(blogs.msdn.com)
submitted by
CharlieCalvert(7875) 4 years, 6 months ago
This simple example shows how to use LINQ to Objects to query a collection of Integers. Some readers might find it odd to speak of querying an array of numbers, but collections contain data just as a database or an XML file contains data. A key feature of LINQ is that it allows you to use a similar syntax to query databases, XML, or a data structure in your program such as a collection of integers.
|category: C#
|Views: 2
tags:
C# another
Everyones tags:
Your Tags: