flatbuffers/tests/FlatBuffers.Test
Christopher Cifra d0321df8cf C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886)
Public access to the backing buffer uses Span<T> instead of ArraySegment<T>.

Writing to the buffer now supports Span<T> in addition to T[].

To maintain backwards compatibility ENABLE_SPAN_T must be defined.
2018-08-23 10:05:31 -07:00
..
Properties Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
Resources Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
Assert.cs Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
ByteBufferTests.cs Mono Fix for Unsafe Mode (#4887) 2018-08-20 16:31:44 -07:00
FlatBufferBuilderTests.cs Mono Fix for Unsafe Mode (#4887) 2018-08-20 16:31:44 -07:00
FlatBuffers.Test.csproj Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
FlatBuffersExampleTests.cs C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886) 2018-08-23 10:05:31 -07:00
FlatBuffersFuzzTests.cs Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
FlatBuffersTestClassAttribute.cs Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
FlatBuffersTestMethodAttribute.cs Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
FuzzTestData.cs Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
Lcg.cs Added missing licenses to some sh/cs/py files. 2016-05-23 09:51:41 -07:00
NetTest.sh Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Program.cs Removed BOM marker from some files. 2016-05-23 12:24:44 -07:00
TestTable.cs Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00