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

Iteration support in TermList #35

Closed
atifaziz opened this issue Jul 16, 2014 · 1 comment
Closed

Iteration support in TermList #35

atifaziz opened this issue Jul 16, 2014 · 1 comment

Comments

@atifaziz
Copy link
Contributor

Any particular reason why TermList does not implement IEnumerable<Term> to support iteration? It has Count and an indexer. It would avoid writing error-prone for looping code each time.

@TylerBrinks
Copy link
Owner

Added IEnumerable implementation. It'll go in the 2.0.4 deployment.

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

No branches or pull requests

2 participants