-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Lines 10 to 13 in 067e43a
| /// <summary>Initializes a new instance of the <see cref="InterpolatedStringHandlerArgumentAttribute"/> class.</summary> | |
| /// <param name="argument">The name of the argument that should be passed to the handler.</param> | |
| /// <remarks><see langword="null"/> may be used as the name of the receiver in an instance method.</remarks> | |
| public InterpolatedStringHandlerArgumentAttribute(string argument) => Arguments = new string[] { argument }; |
Should be empty string not null for receiver.
Metadata
Metadata
Assignees
Labels
No labels