I have a
List
but I need a
Is there a way to cast this in c
List raw = (from i .... select i).ToList(); List result = raw.OfType().ToList();