summaryrefslogtreecommitdiff
path: root/net/FlatBuffers/Table.cs
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey1-2/+2
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell1-2/+2
2020-09-25SpanT is available in .Net Standard 2.0. (#6137)春条1-1/+1
2019-12-23Fixed struct initialization error on older versions of C#Wouter van Oortmerssen1-1/+1
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey1-2/+1
2019-09-10Add element size parameter to __vector_as_arraysegment [c#] (#5512)Kevin Fort1-3/+10
2019-06-24Set C# Struct/Table visibility to public (#5381) (#5416)Vladimir Glavnyy1-1/+1
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy1-3/+10
2018-08-23C# support for directly reading and writting to memory other than byte[]. Fo...Christopher Cifra1-0/+18
2018-08-20Mono Fix for Unsafe Mode (#4887)Derek Bailey1-0/+23
2018-08-20Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4...Wouter van Oortmerssen1-23/+0
2018-07-26Performance Increase of Vector of Structures using .NET BlockCopy (#4830)Derek Bailey1-0/+23
2018-03-12Java/C#/Python prefixed size support (#4445)Robert Schmidtke1-8/+9
2016-08-31Switched C# accessors from classes to structsWouter van Oortmerssen1-22/+22
2016-08-26Fix lookupByKey, improve compareStringsTGIshib1-11/+9
2016-08-22Improve `LookupByKey` , update docsTGIshib1-0/+22
2016-08-14UpdateTGIshib1-11/+31
2016-08-03RemakeTGIshib1-7/+11
2015-12-04Add Get Bytes Method Generator for C#Michael Collins1-0/+15
2015-11-10(C#) Add ByteBuffer property to TableShuhei Taunma1-0/+2
2015-05-08Union accessors in C# should use generic type for the tableMormegil1-1/+1
2015-05-06[BREAKING CHANGE] Field accessors should use property getters in C#Mormegil1-1/+1
2015-02-23Fixed C# Table.cs to work with Mono.Grégoire Astruc1-1/+1
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen1-2/+2
2014-09-15Initial commit of .NET port of FlatBuffersevolutional1-0/+92