mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-15 07:49:44 +05:00
Remove ResolveGenericArguments(int) entirely
It's not really needed anymore, and it is clearer without that method.
This commit is contained in:
@@ -141,7 +141,6 @@ namespace Il2CppInspector.Reflection
|
||||
}
|
||||
|
||||
// Get generic arguments from either a type or method instanceIndex from a MethodSpec
|
||||
public List<TypeInfo> ResolveGenericArguments(int instanceIndex) => ResolveGenericArguments(Package.GenericInstances[instanceIndex]);
|
||||
public List<TypeInfo> ResolveGenericArguments(Il2CppGenericInst inst) {
|
||||
|
||||
// Get list of pointers to type parameters (both unresolved and concrete)
|
||||
|
||||
Reference in New Issue
Block a user