Changeset 9075
- Timestamp:
- 12/19/12 10:06:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/OperatorGraph.cs
r9038 r9075 251 251 /// </summary> 252 252 /// <returns>An enumeration of all the operators that could be found.</returns> 253 public IEnumerable<IOperator> Iterate() {253 public virtual IEnumerable<IOperator> Iterate() { 254 254 if (InitialOperator == null) yield break; 255 255
Note: See TracChangeset
for help on using the changeset viewer.