Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/15 15:00:13 (9 years ago)
Author:
gkronber
Message:

#2294: minor corrections to r11771

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/LightweightApplicationManager.cs

    r11771 r11877  
    148148
    149149    /// <summary>
    150     /// Discovers all types implementing or inheriting all or any type in <paramref name="types"/> (directly and indirectly) that are declaed in any assembly of <paramref name="plugin"/>.
     150    /// Discovers all types implementing or inheriting all or any type in <paramref name="types"/> (directly and indirectly) that are declared in the assembly <paramref name="assembly"/>.
    151151    /// </summary>
    152152    /// <param name="types">The types to discover.</param>
Note: See TracChangeset for help on using the changeset viewer.