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
MOSS 2007 mail enable document library
how can I anonymise name and address data
Urgent System.UnauthorizedAccessE<wbr />xception
How to draw directed line or arc in bing map silverlight control
Select multiple files at a time for uploading in asp.net
Computed Column - Adding to current code
Anybody have VBA code to force run Macro when open, but also will lock down access to VBA editor without password
How to associate a default schema with a login
webservice.htc memory leak quick fix
store a query result in a table