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