IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
InterfaceMapping.cs
Go to the documentation of this file.
1
using
System.Collections.Immutable;
2
3
namespace
IKVM.CoreLib.Symbols
4
{
5
6
readonly
struct
InterfaceMapping
7
{
8
9
public
readonly ImmutableArray<IMethodSymbol>
InterfaceMethods
;
10
public
readonly
ITypeSymbol
InterfaceType
;
11
public
readonly ImmutableArray<IMethodSymbol>
TargetMethods
;
12
public
readonly
ITypeSymbol
TargetType
;
13
14
}
15
16
}
IKVM.CoreLib.Symbols.ITypeSymbol
Represents type declarations: class types, interface types, array types, value types,...
Definition
ITypeSymbol.cs:10
IKVM.CoreLib.Symbols
Definition
CustomAttributeSymbol.cs:4
IKVM.CoreLib.Symbols.InterfaceMapping
Definition
InterfaceMapping.cs:7
IKVM.CoreLib.Symbols.InterfaceMapping.InterfaceType
readonly ITypeSymbol InterfaceType
Definition
InterfaceMapping.cs:10
IKVM.CoreLib.Symbols.InterfaceMapping.TargetType
readonly ITypeSymbol TargetType
Definition
InterfaceMapping.cs:12
IKVM.CoreLib.Symbols.InterfaceMapping.InterfaceMethods
readonly ImmutableArray< IMethodSymbol > InterfaceMethods
Definition
InterfaceMapping.cs:9
IKVM.CoreLib.Symbols.InterfaceMapping.TargetMethods
readonly ImmutableArray< IMethodSymbol > TargetMethods
Definition
InterfaceMapping.cs:11
src
IKVM.CoreLib
Symbols
InterfaceMapping.cs
Generated by
1.12.0