More corelib (#76)

This commit is contained in:
Patrick Stevens
2025-06-30 22:15:33 +01:00
committed by GitHub
parent 711bfd5aad
commit ddd6374c72
3 changed files with 30 additions and 0 deletions

View File

@@ -141,6 +141,10 @@ type BaseClassTypes<'corelib> =
RuntimeFieldHandle : TypeInfo<WoofWare.PawPrint.GenericParameter>
RuntimeTypeHandle : TypeInfo<WoofWare.PawPrint.GenericParameter>
RuntimeType : TypeInfo<WoofWare.PawPrint.GenericParameter>
Void : TypeInfo<WoofWare.PawPrint.GenericParameter>
TypedReference : TypeInfo<WoofWare.PawPrint.GenericParameter>
IntPtr : TypeInfo<WoofWare.PawPrint.GenericParameter>
UIntPtr : TypeInfo<WoofWare.PawPrint.GenericParameter>
}
[<RequireQualifiedAccess>]