IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
MethodKey.cs
Go to the documentation of this file.
1namespace IKVM.Runtime
2{
3
4 record struct MethodKey(string ClassName, string MethodName, string MethodSig);
5
6}
record struct MethodKey(string ClassName, string MethodName, string MethodSig)