This commit is contained in:
ninemine
2025-07-02 18:46:09 +08:00
parent 9345700d8a
commit 15878d7e3b
5 changed files with 93 additions and 23 deletions

View File

@@ -22,6 +22,10 @@ namespace Convention.Symbolization.Internal
{
return base.GetHashCode();
}
public override string ToString()
{
return SymbolInfo.SymbolName;
}
}