flatbuffers/tests/MyGame
Anass Al fb96fadc20
[C#] Fix nested structs and arrays in Object API (#5765)
* [C#] Fix nested structs and arrays in Object API

The adds support for nested structs and fixed size arrays in the C#
Object API codegen which previously generated invalid code that wouldn't
compile.

- Nested structs would originally generate syntax errors due to adding an
  additional `.` to separate fields.
- Fixed size arrays of nested structs would originally generate code for
  the first field in the top most struct, and would lead to a compiler
  error due to referencing undefined variables.

* [C#] fix nested structs and arrays of structs.

* fix nested structs + arrays

* add table support

* Cleanup code

Co-authored-by: mugisoba <mugisoba+github@icloud.com>
2020-04-06 09:27:13 -07:00
..
Example [C#] Fix nested structs and arrays in Object API (#5765) 2020-04-06 09:27:13 -07:00
Example2 pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
InParentNamespace.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
InParentNamespace.php Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
InParentNamespace.py Flatbuffers Python Object API (#5616) 2019-12-02 14:11:28 -08:00
MonsterExtra.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
MonsterExtra.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
MonsterExtra.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
MonsterExtra.py [Dart] Fix deprecated field support, inf/nan (#5724) 2020-01-23 14:53:58 -08:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00