I have 3 generict type list.
List = new List(); List = new List(); List = new Lis
You might need to do:
if(object is List) { list = (List)object }