Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/12 10:06:46 (11 years ago)
Author:
mkommend
Message:

#1996: Changed access modifier from OperatorGraph.Iterate() to public virtual`.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/OperatorGraph.cs

    r9038 r9075  
    251251    /// </summary>
    252252    /// <returns>An enumeration of all the operators that could be found.</returns>
    253     public IEnumerable<IOperator> Iterate() {
     253    public virtual IEnumerable<IOperator> Iterate() {
    254254      if (InitialOperator == null) yield break;
    255255
Note: See TracChangeset for help on using the changeset viewer.