DataSet ds = dbA.getDataSet ();
Dictionary LayerArrayList = nieuwe Dictionary ();
foreach (DataRow dRow in ds. Lijsten [0]. Rij) {
// voegt voorwerp DataRow aan ArrayList toe
LayerArrayList.Add ((koord) dRow [0], (koord) dRow [1]);
}
terugkeer LayerArrayList;
|