Changeset 15334 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Extensions
- Timestamp:
- 08/21/17 11:33:53 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP
- Property svn:ignore
-
old new 1 1 *.user 2 packages 3 TestResults
-
- Property svn:ignore
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Extensions/ControlExntensions.cs
r14834 r15334 17 17 18 18 if (propertyInfo == null || 19 // ReSharper disable once AssignNullToNotNullAttribute 19 20 !control.GetType().IsSubclassOf(propertyInfo.ReflectedType) || 20 21 control.GetType().GetProperty(
Note: See TracChangeset
for help on using the changeset viewer.