Esempio n. 1
0
 public static Offset <global::NamespaceA.NamespaceB.ColorTestTable> CreateColorTestTable(FlatBufferBuilder builder,
                                                                                          global::NamespaceB.Color color = global::NamespaceB.Color.Blue)
 {
     builder.StartTable(1);
     ColorTestTable.AddColor(builder, color);
     return(ColorTestTable.EndColorTestTable(builder));
 }
Esempio n. 2
0
 public static ColorTestTable GetRootAsColorTestTable(ByteBuffer _bb, ColorTestTable obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }