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 access win xp system in workgroup
Count records and give summary in an Access 2007 Report
BSOD 0X40000080
RDP Problem on Windows 2008 Web Edition.
Microsoft Office Access Can't Save Design Changes or Save to a New Database object..
Find out all used objects?
how to grant permission to db_owner to restore the backup database file in sql server
Need to allow a hyphens ("-") for user names in text field
Insert Values
Embed Excel into an Access tab control page