Exemplo n.º 1
0
 public static object GetValue(ITypeSafePropBag host, string propertyName, Type propertyType)
 {
     return(host.GetValWithType(propertyName, propertyType));
 }
Exemplo n.º 2
0
 public static void SetValue(ITypeSafePropBag host, string propertyName, Type propertyType, object value)
 {
     host.SetValWithType(propertyName, propertyType, value);
 }