Closed
Description
Interleave
validates that elements/members of the otherSequences
are non-null and throws ArgumentNullException
claiming that otherSequences
is null. It isn't common to validate contents for a sequence argument and so a null
element in otherSequences
should be left as an undefined behaviour.