- Timestamp:
- 07/08/15 15:32:12 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
-
branches/HiveStatistics/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r12012 r12689 42 42 [Item("ProgrammableOperator", "An operator that can be programmed for arbitrary needs.")] 43 43 [StorableClass] 44 public class ProgrammableOperator : Operator, IParameterizedNamedItem, IStorableContent {44 public class ProgrammableOperator : Operator, IParameterizedNamedItem, IStorableContent, IProgrammableItem { 45 45 46 46 #region Fields & Properties … … 280 280 assemblies.Add(a, false); 281 281 } 282 } 283 catch (NotSupportedException) { 282 } catch (NotSupportedException) { 284 283 // NotSupportedException is thrown while accessing 285 284 // the Location property of the anonymously hosted
Note: See TracChangeset
for help on using the changeset viewer.