Changeset 16565 for trunk/HeuristicLab.Scripting/3.3/Scripts/Templates
- Timestamp:
- 01/28/19 13:41:42 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/2520_PersistenceReintegration (added) merged: 16451-16454,16462,16465-16468,16470-16472,16474,16476-16477,16479-16487,16529-16530,16539,16551-16555,16558-16559,16562-16564
- Property svn:mergeinfo changed
-
trunk/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r11825 r16565 6 6 // use 'variables' to work with IEnumerable<T> extension methods on the script's variable store 7 7 8 using System;9 using System.Linq;10 using System.Collections.Generic;11 8 12 using HeuristicLab.Core;13 using HeuristicLab.Common;14 9 //using HeuristicLab.Collections; 15 10 //using HeuristicLab.Data;
Note: See TracChangeset
for help on using the changeset viewer.