e3b432cba8
Enums should not be (badly) emulated with classes in C# but should use native C# enums instead. Java implementation made an explicit choice not to use the (more complex) Java enums, but C# enums are just light-weight syntactic coating over integral types. Fixes issue #171. Change-Id: I9f4d6ba5324400a1e52982e49b58603cb7d7cca7 |
||
---|---|---|
.. | ||
FlatBuffers.Test | ||
MyGame/Example | ||
prototest | ||
GoTest.sh | ||
JavaTest.bat | ||
JavaTest.java | ||
JavaTest.sh | ||
go_test.go | ||
include_test1.fbs | ||
include_test2.fbs | ||
monster_test.fbs | ||
monster_test_generated.h | ||
monsterdata_test.golden | ||
monsterdata_test.json | ||
monsterdata_test.mon | ||
test.cpp |