dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
679 stars 1.52k forks source link

`StringSyntaxAttribute.Arguments` is undocumented #9934

Open colejohnson66 opened 1 month ago

colejohnson66 commented 1 month ago

There exists an overload of the StringSyntaxAttribute constructor) that takes an object[] for optional "arguments". It is not documented what these optional arguments are.

gewarren commented 1 month ago

The docs could/should be expanded here. Meanwhile, here's some background on the optional arguments and also an example usage.