You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InterpolatedStringHandlerArgumentAttribute.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ public sealed class InterpolatedStringHandlerArgumentAttribute : Attribute
9
9
{
10
10
/// <summary>Initializes a new instance of the <see cref="InterpolatedStringHandlerArgumentAttribute"/> class.</summary>
11
11
/// <param name="argument">The name of the argument that should be passed to the handler.</param>
12
-
/// <remarks><see langword="null"/> may be used as the name of the receiver in an instance method.</remarks>
12
+
/// <remarks>The empty string may be used as the name of the receiver in an instance method.</remarks>
0 commit comments