Tagged Questions
0
votes
2answers
966 views
Why can't I use AddRange to add subclassed items?
I have two classes.... Parcel and FundParcel...and I'm trying to convert an IEnumerable of the subtype to an IList of the supertype....
public class FundParcel : Parcel
{
/* properties defined here ...