[C#] Drop marshalling generation
authorMatt Corallo <git@bluematt.me>
Tue, 7 Nov 2023 23:25:37 +0000 (23:25 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 9 Nov 2023 21:08:24 +0000 (21:08 +0000)
commitfe9bf4fd6654b45813ebee1ba95840abc2b8826b
treeb632c168465f902a89b357ad8fab3fc91d15b783
parent7e1f2789179f10de55d007b8466c5f439c7587e6
[C#] Drop marshalling generation

Given we now do array/string conversion using the TypeScript logic
we no longer need to use the C# marshalling nonsense, which we
remove the remnants of here.
csharp_strings.py