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