mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
11 lines
182 B
Cap'n Proto
11 lines
182 B
Cap'n Proto
|
@0xbbfd48ae4b99d016;
|
|||
|
|
|||
|
using CSharp = import "/csharp.capnp";
|
|||
|
|
|||
|
$CSharp.nullableEnable(true);
|
|||
|
$CSharp.emitNullableDirective(true);
|
|||
|
|
|||
|
struct SomeStruct {
|
|||
|
strings @0 : List(Text);
|
|||
|
}
|