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
Cannot boot Windows 7 after motherboard installation
Save unbound combobox column value in Access 2007
TransferSpreadsheet Action Failed - Weird Problem???
Excel modifications
Win Svr 2003 w/ NT 4
Help in creating a query/function in Access....
how do i change a windows server name?
What are the relative merits of using "On Format" and "On Print" events in an Access Report?
Share resource fails to bring online
localhost/certserv doesnt work, says that the page cannot be found