flatbuffers/tests/FlatBuffers.Test
Derek Bailey 7b50004ec9 Performance Increase of Vector of Structures using .NET BlockCopy (#4830)
* Added Get<vector_name>Array() method for accessing vectors of structures in C# using Buffer.Blockcopy().

* Added Get<vector_name>Array() method for accessing vectors of structures in C# using Buffer.Blockcopy().

Added Create<Name>VectorBlock() method to add a typed array using Buffer.BlockCopy() to speed up creation of vector of arrays

New Lua files for namespace test

* fixed c++ style issue
2018-07-26 13:44:40 -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 Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -07:00
FlatBufferBuilderTests.cs Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -07:00
FlatBuffers.Test.csproj Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
FlatBuffersExampleTests.cs Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -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