Changes in branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding/3.3/Interfaces/IRange.cs [8517:8574]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding/3.3/Interfaces/IRange.cs
r8517 r8574 42 42 } 43 43 44 public interface IRange<T> : IRange , IItemwhere T : class {44 public interface IRange<T> : IRange where T : class { 45 45 new T LowerBound { get; set; } 46 46 new T UpperBound { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.