Changeset 12616 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 07/06/15 18:16:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs ¶
r12012 r12616 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.