I have an interface defined as:
public interface MyInterface { object foo { get; set; }; }
and a class that implements that interface:
You could use Cast<> extension method:
Cast<>
return list.Cast();