IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
NullDiagnosticHandler.cs
Go to the documentation of this file.
2{
3
4 partial class NullDiagnosticHandler : IDiagnosticHandler
5 {
6
7 public bool IsEnabled(Diagnostic diagnostic)
8 {
9 return false;
10 }
11
12 }
13
14}
bool IsEnabled(Diagnostic diagnostic)
Returns true if the specified Diagnostic is enabled.