Add another generic for MethodInfo (#85)

This commit is contained in:
Patrick Stevens
2025-07-02 18:49:24 +01:00
committed by GitHub
parent c79f775ce4
commit 0fc4335760
8 changed files with 80 additions and 38 deletions

View File

@@ -34,7 +34,7 @@ type TypeInfo<'generic, 'fieldGeneric> =
/// <summary>
/// All methods defined within this type.
/// </summary>
Methods : WoofWare.PawPrint.MethodInfo<FakeUnit, WoofWare.PawPrint.GenericParameter> list
Methods : WoofWare.PawPrint.MethodInfo<FakeUnit, WoofWare.PawPrint.GenericParameter, TypeDefn> list
/// <summary>
/// Method implementation mappings for this type, often used for interface implementations