EntityFramework.MemoryJoin icon indicating copy to clipboard operation
EntityFramework.MemoryJoin copied to clipboard

Support Higher interface types

Open be1223 opened this issue 2 years ago • 1 comments

Currently, the .FromLocalList methods only accept an IList<T>.

Since this package is converting an in-memory collection, I see no reason why an IEnumerable<T> or something slightly lower down cannot be used instead.

IEnumerable would be ideal, but something like ICollection would also work.

be1223 avatar Jan 16 '23 11:01 be1223

Why do you want to use IEnumerable?

expert4pro avatar Jan 16 '23 17:01 expert4pro