We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb5a42 commit 372eb36Copy full SHA for 372eb36
src/LinkDotNet.StringBuilder/ValueStringBuilder.cs
@@ -11,6 +11,7 @@ namespace LinkDotNet.StringBuilder;
11
/// The <see cref="ValueStringBuilder"/> is declared as ref struct which brings certain limitations with it.
12
/// You can only use it in another ref struct or as a local variable.
13
/// </remarks>
14
+[StructLayout(LayoutKind.Auto)]
15
public ref partial struct ValueStringBuilder
16
{
17
private int bufferPosition;
0 commit comments