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
Copy data from multiple workbooks with VBA
Rules in error: Cannot remove messages from the folder.
Windows Media Player
MS EXchange 2003 Permissions
Can we Edit auto generated reply message by auto accept agent ? Using exchange 2003 SP2
Reduce the size of x-axis in Perfmon graph
SBS2003 installation problems.
How to remove header and footer when printing from IE for multiple computers.
Left Join tables many to many
Set Border Style of Text Box on Report w/ VBA