Microsoft
Software
Hardware
Network
Question : use linq to get an observable collection into an array
Is it possible to use linq to get an observable collection into an array?
I have an observable collection of integer, and I want to move all of them into an array of integers.
Answer : use linq to get an observable collection into an array
Hi dchau12;
Using Linq to convert an observable collection of integers to an array of integers can be done as follows.
// Assuming that the variable oc is the ObservableCollection
int[] intArray = oc.ToArray();
Fernando
Random Solutions
Select Missing Rows From Table (Determination Made Based on Multiple Columns)
Compaq presario 6016us ethernet controller driver
Any SQL to LINQ converters out there?
how to change multiple check box in query
Question on PST's
How to Remove Roaming Profile in SBS 2003
Is there any tool we could convert vb.net project to be C#?
Using "Select * INTO" and original table field captions carryover.
sumproduct formula help
How do you access a Frontpage subpage directly through IE