Changeset 122 for branches/XmlTextReaderBranch/HeuristicLab.Functions
- Timestamp:
- 04/15/08 14:17:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XmlTextReaderBranch/HeuristicLab.Functions/FunctionBase.cs
r121 r122 337 337 338 338 // load local variables 339 reader.Read StartElement("LocalVariables");339 reader.ReadToDescendant("LocalVariables"); 340 340 // remove the variables that have been added in a constructor 341 341 variables.Clear();
Note: See TracChangeset
for help on using the changeset viewer.