Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PeriodList should implement IList #280

Closed
rianjs opened this issue May 2, 2017 · 1 comment
Closed

PeriodList should implement IList #280

rianjs opened this issue May 2, 2017 · 1 comment

Comments

@rianjs
Copy link
Owner

rianjs commented May 2, 2017

The .NET Core version of PeriodList already implements IList. We should do the same thing in v2, because it's a List under the hood already anyway, and we get additional power by doing so.

rianjs pushed a commit that referenced this issue May 2, 2017
rianjs added a commit that referenced this issue May 2, 2017
PeriodList now implements IList<IPeriod> #280
@rianjs
Copy link
Owner Author

rianjs commented Jun 8, 2017

Published in Ical.Net 3.0.9-net-core-beta:
https://www.nuget.org/packages/Ical.Net/

@rianjs rianjs closed this as completed Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant