Result of IList<T>.GetRange reports wrong ElementType

Issue #249 resolved
Stefan Glienke repo owner created an issue

Due to the internal generics folding for lists of object and interfaces it can happen that the result of GetRange reports TObject or IInterface as ElementType and not the correct one.

Comments (2)

  1. Log in to comment