Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/10 03:29:02 (15 years ago)
Author:
swagner
Message:

Continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core (#95)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.Collections/3.3/IndexedItem.cs ΒΆ

    r2623 r2669  
    4444    public override string ToString() {
    4545      StringBuilder sb = new StringBuilder();
    46       sb.Append("[").Append(index).Append(", ");
     46      sb.Append("[").Append(index).Append(": ");
    4747      if (value != null) sb.Append(value.ToString());
    4848      sb.Append("]");
Note: See TracChangeset for help on using the changeset viewer.