1. Workben项目中,优化了Node的入参类型与返回类型包含泛型成员的类型显示。

This commit is contained in:
fengjiayi
2025-07-31 09:54:30 +08:00
parent 152077e9b5
commit 85d04029dc
23 changed files with 583 additions and 445 deletions

View File

@@ -342,7 +342,7 @@ namespace Serein.Library
}
sb.AppendLine();
sb.AppendLine($"返回值信息:");
sb.AppendLine($"\t{this.ReturnType?.FullName}");
sb.AppendLine($"\t{this.ReturnType?.GetFriendlyName()}");
return sb.ToString();
}