Esempio n. 1
0
 public static void AddProperty(string name, Type propertyType, List <Attribute> attributes)
 {
     CustomTypeHelper <Dynamic> .AddProperty(name, propertyType, attributes);
 }
Esempio n. 2
0
 public static void AddProperty(string name, Type propertyType)
 {
     CustomTypeHelper <Dynamic> .AddProperty(name, propertyType);
 }