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