Changeset 6365
- Timestamp:
- 06/06/11 14:12:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.cs
r6363 r6365 86 86 87 87 public virtual void Configure(Type baseType, bool showNotInstantiableTypes, bool showGenericTypes) { 88 Configure(baseType, showNotInstantiableTypes, showGenericTypes, (t) => { return true; });88 Configure(baseType, showNotInstantiableTypes, showGenericTypes, (t) => true); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.