IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
InterfaceMapping.cs
Go to the documentation of this file.
1using System.Collections.Immutable;
2
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}
Represents type declarations: class types, interface types, array types, value types,...
readonly ImmutableArray< IMethodSymbol > InterfaceMethods
readonly ImmutableArray< IMethodSymbol > TargetMethods