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

Implement IDictionary <string, TValue> on Dawg and DawgBuilder #5

Closed
bzaar opened this issue Oct 8, 2015 · 1 comment
Closed

Implement IDictionary <string, TValue> on Dawg and DawgBuilder #5

bzaar opened this issue Oct 8, 2015 · 1 comment

Comments

@bzaar
Copy link
Owner

bzaar commented Oct 8, 2015

No description provided.

@bzaar
Copy link
Owner Author

bzaar commented Jun 23, 2018

Dawg has no built-in way of checking if an item is in the collection. It relies on the Value/Payload instead. This makes it difficult to implement IDictionary / ILookup. Maybe in a future version when we add a Contains method.

@bzaar bzaar closed this as completed Jun 23, 2018
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

1 participant