We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47ea0c commit 86719c2Copy full SHA for 86719c2
csharp/Platform.Incrementers/IIncrementer[TNumber].cs
@@ -1,4 +1,6 @@
1
-namespace Platform.Incrementers
+using System.Runtime.CompilerServices;
2
+
3
+namespace Platform.Incrementers
4
{
5
/// <summary>
6
/// <para>Defines an incrementer that increments any number with a specific type.</para>
0 commit comments