tengo el siguiente codigo
ArrayList allList = new ArrayList();
foreach (ATear atear in tempTears.Values)
{
allList .Add(atear);
}
Nenecito saber que información se me esta almacenando en allList ya probé con
foreach(String s in allList)
{
Console.Write(s);
}
Y me genera un error
{"Exception has been thrown by the target of an invocation."}
Y no me deja seguir,Nenecito saber que información se me esta almacenando este arrayList
Agradesco cualquier ayuda con este tema
Muchas gracias