Convert List of objects to List of interfaces in c# code example Example: convert object to list of objects c# IList collection = (IList)myObject;