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
[SuppressMessage("Design","CA1019:Define accessors for attribute arguments",Justification="The sole purpose is to have the same public surface as the class in .NET7 and above.")]
publicsealedclassStringSyntaxAttribute:Attribute
{
/// <summary>
/// Initializes the <see cref="StringSyntaxAttribute"/> with the identifier of the syntax used.
/// </summary>
publicStringSyntaxAttribute(stringsyntax)
{
}
/// <summary>
/// Initializes the <see cref="StringSyntaxAttribute"/> with the identifier of the syntax used.