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