Ejemplo n.º 1
0
 public static Offset <CommonType> CreateCommonType(FlatBufferBuilder builder,
                                                    int type = 0,
                                                    int id   = 0)
 {
     builder.StartTable(2);
     CommonType.AddId(builder, id);
     CommonType.AddType(builder, type);
     return(CommonType.EndCommonType(builder));
 }