- Timestamp:
- 02/06/15 12:44:09 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r11787 r11937 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.