FlatBuffers Version 22.10.26 (#7607)

This commit is contained in:
Derek Bailey
2022-10-26 16:02:38 -07:00
committed by GitHub
parent ac485609c4
commit 203241ed32
159 changed files with 220 additions and 218 deletions

View File

@@ -13,7 +13,7 @@ public struct ColorTestTable : IFlatbufferObject
{
private Table __p;
public ByteBuffer ByteBuffer { get { return __p.bb; } }
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_22_10_25(); }
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_22_10_26(); }
public static ColorTestTable GetRootAsColorTestTable(ByteBuffer _bb) { return GetRootAsColorTestTable(_bb, new ColorTestTable()); }
public static ColorTestTable GetRootAsColorTestTable(ByteBuffer _bb, ColorTestTable obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); }