Assembly.ToString() and MemberInfo.ToString()
This commit is contained in:
@@ -44,5 +44,7 @@ namespace Il2CppInspector.Reflection {
|
||||
for (var t = Definition.typeStart; t < Definition.typeStart + Definition.typeCount; t++)
|
||||
DefinedTypes.Add(new TypeInfo(Model.Package, t, this));
|
||||
}
|
||||
|
||||
public override string ToString() => FullName;
|
||||
}
|
||||
}
|
||||
@@ -40,5 +40,7 @@ namespace Il2CppInspector.Reflection {
|
||||
DeclaringType = declaringType;
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => Name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user