mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-04-22 19:16:30 +02:00
11 lines
183 B
Cap'n Proto
11 lines
183 B
Cap'n Proto
@0xbbfd48ae4b99d016;
|
|
|
|
using CSharp = import "/csharp.capnp";
|
|
|
|
$CSharp.nullableEnable(false);
|
|
$CSharp.emitNullableDirective(true);
|
|
|
|
struct SomeStruct {
|
|
strings @0 : List(Text);
|
|
}
|