We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744d86d commit 650cc97Copy full SHA for 650cc97
sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs
@@ -516,7 +516,7 @@ this PInvokeGeneratorConfiguration cfg
516
/// <param name="fullNameWithoutSuffix">
517
/// The fully-qualified attribute name including the namespace but without the <c>Attribute</c> suffix.
518
/// </param>
519
- /// <returns>Whether it is probably a DllImport.</returns>
+ /// <returns>Whether it is probably the specified attribute.</returns>
520
public static bool IsAttribute(this AttributeSyntax node, string fullNameWithoutSuffix)
521
{
522
var sep = node.Name.ToString().Split("::").Last();
0 commit comments