flatbuffers/tests/FlatBuffers.Test
Mormegil e3b432cba8 Enums use native enums in C#
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
2015-04-13 10:40:30 -07:00
..
Properties Added Copyright headers 2015-03-11 17:27:38 -07:00
Assert.cs Added Copyright headers 2015-03-11 17:27:38 -07:00
ByteBufferTests.cs C#: Allow ByteBuffer to use faster unsafe mode 2015-01-06 12:39:17 -08:00
FlatBuffers.Test.csproj Fixed C# SizedByteArray copying leading bytes of ByteBuffer. 2015-01-16 15:36:25 -08:00
FlatBuffersExampleTests.cs Enums use native enums in C# 2015-04-13 10:40:30 -07:00
Program.cs Added Copyright headers 2015-03-11 17:27:38 -07:00