mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
This reverts commit cbbbaa61b3.
This commit is contained in:
@@ -845,8 +845,6 @@ class CSharpGenerator : public BaseGenerator {
|
||||
code += "Bytes() { return ";
|
||||
code += "__p.__vector_as_arraysegment(";
|
||||
code += NumToString(field.value.offset);
|
||||
code +=
|
||||
", " + NumToString(SizeOf(field.value.type.VectorType().base_type));
|
||||
code += "); }\n";
|
||||
code += "#endif\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user