Skip to content

Commit

Permalink
Remove Utf8StringBuilder.UnderlyingArray
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Kotas <[email protected]>
  • Loading branch information
PaulusParssinen and jkotas committed May 11, 2024
1 parent 2ed3a64 commit ace1494
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public Utf8StringBuilder()
{
}

public ReadOnlySpan<byte> UnderlyingArray => _buffer;
public int Length => _length;

public Utf8StringBuilder Clear()
Expand Down

0 comments on commit ace1494

Please sign in to comment.