- Timestamp:
- 01/26/15 16:33:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r11787 r11825 1 1 // use 'vars' to access variables in the script's variable store (e.g. vars.x = 5) 2 // use 'vars[string]' to access variables via runtime strings (e.g. vars[" "x""] = 5)2 // use 'vars[string]' to access variables via runtime strings (e.g. vars["x"] = 5) 3 3 // use 'vars.Contains(string)' to check if a variable exists 4 4 // use 'vars.Clear()' to remove all variables
Note: See TracChangeset
for help on using the changeset viewer.