We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tested at commit 859872b
Source:
struct TestStruct { public int Data; public unsafe static readonly int Size = sizeof(TestStruct); }
Output:
internal struct TestStruct { public int Data; public static readonly int Size = sizeof(TestStruct); }