IIListProvider<T> is non-public #98886
Replies: 2 comments 3 replies
-
You should just implement
User code should just implement |
Beta Was this translation helpful? Give feedback.
-
Ironically, this interface was removed mere days after you made this discussion 🤣 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How does a user type that implements
IEnumerable<T>
provide a result to TryGetNonEnumeratedCount() ?It doesn't seem possible.
IIListProvider<T>
is an internal interface. I can't implement it on my type that implementsIEnumerable<T>
, and I'm at a loss to explain why that is.Any insights on that?
Beta Was this translation helpful? Give feedback.
All reactions