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 b4a8b42 commit d447e13Copy full SHA for d447e13
snippets/csharp/System/EventArgs/Overview/programwithdata.cs
@@ -18,7 +18,7 @@ static void Main(string[] args)
18
}
19
20
21
- static void c_ThresholdReached(object sender, ThresholdReachedEventArgs e)
+ static void c_ThresholdReached(object? sender, ThresholdReachedEventArgs e)
22
{
23
Console.WriteLine("The threshold of {0} was reached at {1}.", e.Threshold, e.TimeReached);
24
Environment.Exit(0);
0 commit comments