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