mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-13 07:11:44 +01:00
Add TypeId attribute to structs.
This commit is contained in:
parent
95a7a8652a
commit
d4d8152963
File diff suppressed because it is too large
Load Diff
@ -72,6 +72,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
topDecl = topDecl.AddMembers(CommonSnippetGen.MakeTypeIdConst(def.Id, _names));
|
topDecl = topDecl.AddMembers(CommonSnippetGen.MakeTypeIdConst(def.Id, _names));
|
||||||
|
topDecl = topDecl.WithAttributeLists(CommonSnippetGen.MakeTypeIdAttributeLists(def.Id));
|
||||||
|
|
||||||
if (def.UnionInfo != null)
|
if (def.UnionInfo != null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user