I have an IEnumerable and an IEnumerable that I want merged into an IEnumerable> where
IEnumerable
IEnumerable>
The MSDN has the following Custom Sequence Operators example. And Welbog is right; if you have no index on the underlying data you have no guarantee that the operation does what you exspect.