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 28c6056 commit a156ae2Copy full SHA for a156ae2
docs/csharp/fundamentals/coding-style/snippets/coding-conventions/program.cs
@@ -438,7 +438,7 @@ public class List<T> { /*...*/ }
438
//</TypeParametersOne>
439
440
//<TypeParametersTwo>
441
- public int IComparer<T>() => 0
+ public int IComparer<T>() => 0;
442
public delegate bool Predicate<T>(T item);
443
public struct Nullable<T> where T : struct { /*...*/ }
444
//</TypeParametersTwo>
0 commit comments