Il2CppInterop
Il2CppInterop copied to clipboard
Use system interfaces directly
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.
Requires #142