IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ISymbol.cs
Go to the documentation of this file.
2{
3
7 interface ISymbol
8 {
9
13 bool IsMissing { get; }
14
15 }
16
17}
Provides common properties and methods for managed symbols.
Definition ISymbol.cs:8
bool IsMissing
Returns true if the symbol is missing.
Definition ISymbol.cs:13