Пример #1
0
 public static TableViewCell TableViewCell <T>(this ViewBuilder builder, int type)
 {
     return(builder.TableViewCell(typeof(T), type));
 }