Method GetValue
- Namespace
- Innova.Prism.Library.ExtensionMethods
- Assembly
- Innova.Prism.Library.dll
GetValue<T>(IDictionary<string, object>, Expression<Func<T, object>>)
public static object GetValue<T>(this IDictionary<string, object> dictionary, Expression<Func<T, object>> expression)
Parameters
dictionary
IDictionary<string, object>expression
Expression<Func<T, object>>
Returns
Type Parameters
T