Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Why does this not implement IList<T>? #11

Open
the-daniel-rothig opened this issue Feb 20, 2018 · 1 comment
Open

Why does this not implement IList<T>? #11

the-daniel-rothig opened this issue Feb 20, 2018 · 1 comment

Comments

@the-daniel-rothig
Copy link
Contributor

public interface IFilteredList<T>

@ashleybaldock
Copy link
Contributor

Because then when you serialise it into JSON it ends up as an array without its' TotalCount property, hence why FilteredList has moved the list of items into an Items property.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants