Open ds5678 opened 2 months ago
For example, Il2CppSystem.IDisposable is redundant. It should be removed, and all its uses should be replaced with System.IDisposable. Obviously, only a subset of interfaces are suitable for removal.
Il2CppSystem.IDisposable
System.IDisposable
Requires #142
Alternatively, we just ensure that interop types implement both the Il2Cpp interface and the System interface.
For example,
Il2CppSystem.IDisposable
is redundant. It should be removed, and all its uses should be replaced withSystem.IDisposable
. Obviously, only a subset of interfaces are suitable for removal.Requires #142