Changeset 11454 for branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/IOutputPort.cs
- Timestamp:
- 10/13/14 03:33:49 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/IOutputPort.cs
r11421 r11454 24 24 namespace HeuristicLab.Optimization.Networks { 25 25 public interface IOutputPort : IValuePort { 26 new objectValue { get; set; }26 new IItem Value { get; set; } 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.