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 iterating over generic dictionaries and dynamic objects. #37

Merged
merged 1 commit into from Mar 5, 2015
Merged

Implement iterating over generic dictionaries and dynamic objects. #37

merged 1 commit into from Mar 5, 2015

Conversation

kll
Copy link
Contributor

@kll kll commented Mar 5, 2015

Only dynamic objects that implement IDynamicMetaObjectProvider can be iterated.
I believe any generic dictionary should work, but I only wrote tests for Dictionary<string, object>.

rexm added a commit that referenced this pull request Mar 5, 2015
Implement iterating over generic dictionaries and dynamic objects.
@rexm rexm merged commit 18c5ff2 into Handlebars-Net:master Mar 5, 2015
@rexm
Copy link
Member

rexm commented Mar 5, 2015

Nice, thanks!

@rexm
Copy link
Member

rexm commented Mar 6, 2015

Updated NuGet to 1.2.9

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

Successfully merging this pull request may close these issues.

None yet

2 participants