BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
195 stars 61 forks source link

Add support for byref generic parameters in methods #79

Closed Kasuromi closed 1 year ago

Kasuromi commented 1 year ago

Adds support for byref generic parameters in methods, e.g. Il2CppSystem.Collections.Dictionary.TryGetValue(TKey key, out TValue value)

Closes #73