I have an interface defined as
public interface IReaderInfo { string Displayname {get;} }
and a class that implements that interface>
Using LINQ:
Ireaders.Cast().ToList();