Add method generics to type resolution (#48)

This commit is contained in:
Patrick Stevens
2025-06-15 18:42:37 +01:00
committed by GitHub
parent edbf3b71e5
commit a0ee1f9713
11 changed files with 92 additions and 36 deletions

View File

@@ -61,7 +61,11 @@ type DumpedAssembly =
/// <summary>
/// Dictionary of all method definitions in this assembly, keyed by their handle.
/// </summary>
Methods : IReadOnlyDictionary<MethodDefinitionHandle, WoofWare.PawPrint.MethodInfo<FakeUnit>>
Methods :
IReadOnlyDictionary<
MethodDefinitionHandle,
WoofWare.PawPrint.MethodInfo<FakeUnit, WoofWare.PawPrint.GenericParameter>
>
/// <summary>
/// Dictionary of all member references in this assembly, keyed by their handle.