Changeset 15120 for trunk/sources/HeuristicLab.Scripting/3.3/Scripts
- Timestamp:
- 07/04/17 09:48:01 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Scripting/3.3/Scripts/CSharp/CSharpScript.cs
r14185 r15120 34 34 #region Fields & Properties 35 35 private CSharpScriptBase compiledScript; 36 public dynamic Instance { 37 get { return compiledScript; } 38 } 36 39 37 40 public string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.