IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IDiagnosticHandler.cs
Go to the documentation of this file.
2{
3
7 partial interface IDiagnosticHandler
8 {
9
15 bool IsEnabled(Diagnostic diagnostic);
16
17 }
18
19}
bool IsEnabled(Diagnostic diagnostic)
Returns true if the specified Diagnostic is enabled.