Clean up TODOs

This commit is contained in:
Katy Coe
2019-11-02 18:48:44 +01:00
parent 509b0cb778
commit 614f5c0e01
3 changed files with 3 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ namespace Il2CppInspector.Reflection
// Generic method definition?
if (Definition.genericContainerIndex >= 0) {
IsGenericMethod = true;
IsGenericMethodDefinition = true; // TODO: Only if all of the parameters are unresolved generic type parameters
IsGenericMethodDefinition = true;
ContainsGenericParameters = true;
// Store the generic type parameters for later instantiation