A coworker asked me today how to add a range to a collection. He has a class that inherits from Collection. There\'s a get-only property of that type t
No, this seems perfectly reasonable. There is a List.AddRange() method that basically does just this, but requires your collection to be a concrete List.