Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#6488)

This reverts commit cbbbaa61b3.
This commit is contained in:
Derek Bailey
2021-02-23 11:30:07 -08:00
committed by GitHub
parent cbbbaa61b3
commit 8cccdfba53
7 changed files with 19 additions and 24 deletions

View File

@@ -277,9 +277,6 @@ namespace FlatBuffers.Test
{
Assert.IsTrue(monster.GetTestarrayofboolsBytes().HasValue);
}
Assert.AreEqual(monster.VectorOfDoublesLength * 8, monster.GetVectorOfDoublesBytes().Value.Count);
#endif
}