Changeset 12450
- Timestamp:
- 06/16/15 10:24:37 (9 years ago)
- Location:
- branches/BubbleChart
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3/RecursiveDataItem.cs
r12379 r12450 34 34 [StorableClass] 35 35 public class RecursiveDataItem : NamedItem, IEnumerable<RecursiveDataItem>, IEnumerable<KeyValuePair<string, IItem>> { 36 [Storable] 36 37 private readonly ObservableDictionary<string, IItem> data; 38 [Storable] 37 39 private readonly ObservableList<RecursiveDataItem> children; 38 40
Note: See TracChangeset
for help on using the changeset viewer.