public Urun(int id)
{
this.UrunId = id;
List<Urun> dr = ManagementLib.UrunBilgisiAl(id, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
for (int i = 0; i < dr.Count; i++)
{
this.UrunId = Convert.ToInt32(dr["id"].ToString());
……
エラー 1 'System.Collections.Generic.List.this[int]' に最適なオーバーロードされたメソッドに無効な引数が含まれています
String
エラー 2 引数 1: からに変換できませんint