You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BindByName has overloads for IDictionary<string, object> and IDictionary<string, string>. An additional overload for IDictionary<string, T> (as a generic method) would improve the ability to use the library in generic code.
The text was updated successfully, but these errors were encountered:
Currently,
BindByName
has overloads forIDictionary<string, object>
andIDictionary<string, string>
. An additional overload forIDictionary<string, T>
(as a generic method) would improve the ability to use the library in generic code.The text was updated successfully, but these errors were encountered: