Model: Add TypeInfo.ToString()
This commit is contained in:
@@ -411,5 +411,8 @@ namespace Il2CppInspector.Reflection {
|
|||||||
public TypeInfo(MethodBase declaringMethod, Il2CppGenericParameter param) : this(declaringMethod.DeclaringType, param) {
|
public TypeInfo(MethodBase declaringMethod, Il2CppGenericParameter param) : this(declaringMethod.DeclaringType, param) {
|
||||||
DeclaringMethod = declaringMethod;
|
DeclaringMethod = declaringMethod;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Display name of object
|
||||||
|
public override string ToString() => FullName?.Substring(FullName.LastIndexOf(".") + 1) ?? Name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user