Changeset 17097 for stable/HeuristicLab.Scripting/3.3/Scripts/Templates
- Timestamp:
- 07/07/19 23:40:10 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r11937 r17097 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.