add list item into foreach loop


 Dictionary colsetup = new Dictionary();

foreach(System.Data.DataColumn colname in this.pivotData.Columns) {
  list.Add(new Dictionary(colsetup)); 
}

Comments

Popular posts from this blog

like php