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
Need to delete phone numbers from new table which have already been used in a previous table but need to keep unused numbers.
Default date in calendarextender
add a new print job and getting its ID
How to capture text changed event in a text box changed by a client side popup window?
changing CMD prompt window properties in batch
What does Crawling Full status mean?
Simple MySQL query to update a table with different values from same table
Error Message, CS0103: The name 'TextBox31' does not exist in the current context
Can I down size a wav file?
record is too large