Is there any particular reason why IRelationCollection.AddRange has an ICollection argument instead of IRelationCollection one?
Or better, how do I add IRelationCollection to another IRelationCollection (besides obvious manual loop)?
Found the answer: I have to cast IRelationCollection to RelationCollection (which implements ICollection).