Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 16:43:34 (14 years ago)
Author:
swagner
Message:

Refactored cloning (#806)

File:
1 edited

Legend:

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

    r2474 r2526  
    130130    void ReorderSubScopes(int[] sequence);
    131131    /// <summary>
    132     /// Gets the sub scope with the given <paramref name="guid"/>.
    133     /// </summary>
    134     /// <param name="guid">The unique identifier of the sub scope.</param>
    135     /// <returns>The sub scope with the given <paramref name="guid"/>.</returns>
    136     IScope GetScope(Guid guid);
    137     /// <summary>
    138132    /// Gets the sub scope with the given <paramref name="name"/>.
    139133    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.