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 dc9edfc commit 30ce2ddCopy full SHA for 30ce2dd
docs/csharp/language-reference/xmldoc/snippets/xmldoc/idstrings.cs
@@ -46,7 +46,7 @@ public MyClass(int i) { }
46
/// <param name="num">Describe parameter.</param>
47
/// <param name="ptr">Describe parameter.</param>
48
/// <returns>Describe return value.</returns>
49
- public int SomeMethod(string str, ref int nm, void* ptr) { return 1; }
+ public int SomeMethod(string str, ref int num, void* ptr) { return 1; }
50
51
/// <summary>
52
/// Enter description for method AnotherMethod.
0 commit comments