Skip to content

Commit

Permalink
Update AppendInterpolatedStringHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 25, 2024
1 parent 39469a4 commit 9e4965f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace System.Text;
using Diagnostics.CodeAnalysis;
using Runtime.CompilerServices;

//https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs
/// <summary>Provides a handler used by the language compiler to append interpolated strings into <see cref="StringBuilder"/> instances.</summary>
[EditorBrowsable(EditorBrowsableState.Never)]
[InterpolatedStringHandler]
Expand Down

0 comments on commit 9e4965f

Please # to comment.