Changeset 11772
- Timestamp:
- 01/15/15 20:45:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs
r11771 r11772 327 327 } 328 328 IEnumerable<Type> IApplicationManager.GetTypes(IEnumerable<Type> types, Assembly assembly, bool onlyInstantiable = true, bool includeGenericTypeDefinitions = false, bool assignableToAllTypes = true) { 329 return GetTypes(types, assembly, onlyInstantiable, includeGenericTypeDefinitions );329 return GetTypes(types, assembly, onlyInstantiable, includeGenericTypeDefinitions,assignableToAllTypes); 330 330 } 331 331
Note: See TracChangeset
for help on using the changeset viewer.