generic-list Questions

7

Solved

I am serializing Lists of classes which are my data entities. I have a DataProvider that contains a List. I always modify items directly within the collection. What is the best way of determinin...
Millibar asked 21/5, 2009 at 9:11

1

Solved

I have a combobox on my form that is bound to a generic list of string like this: private List<string> mAllianceList = new List<string>(); private void FillAllianceList() { // Add al...
Nebulosity asked 11/1, 2009 at 17:40

© 2022 - 2024 — McMap. All rights reserved.