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
Filter By Form works perfect in MDB but does nothing in MDE
Export Access to Word template
Runtime error 2424 strikes in error
Find the ID of inserted record from formview
.NET MySQL question
left column thing is gone in FrontPage 2003
Unexpected background (GRID) in Microsoft Words
How To Find the Next 7 Days - T-SQL Code
How do I add an icon to the Add/Remove Programs Property?
Does Office 2003 SP3 include SP1 and SP2 ?