Beispiel #1
0
 public static IBuilder Property(string name, string comment = null)
 {
     return(new ModelBuilder(PropertyModel.Factory("Property", name, comment)));
 }