Changeset 15260 for stable/HeuristicLab.Scripting
- Timestamp:
- 07/16/17 12:54:21 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15120
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Scripting/3.3/Scripts/CSharp/CSharpScript.cs
r14186 r15260 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.