public string ToString(string str) { return($"Ass:{AssemblyName};" + $"\t{OriginalRef.OutputList("Ref:")};" + $"\t{RefError.OutputList("Error: ")}" + "\n"); }
/// <summary> /// Returns a string that represents the current object. /// </summary> /// <returns> /// A string that represents the current object. /// </returns> public override string ToString() { return($"Ass:{AssemblyName};" + //$"\t{OriginalRef.OutputList("Ref")};" + $"\t{RefError.OutputList("Error:\t")}"); }