Changeset 3483 for trunk/sources/HeuristicLab.Core/3.3/Interfaces
- Timestamp:
- 04/22/10 05:14:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Interfaces/IItem.cs
r3368 r3483 28 28 /// Interface to represent (almost) every HeuristicLab object (an object, an operator,...). 29 29 /// </summary> 30 public interface IItem : I Content, IDeepCloneable {30 public interface IItem : IStorableContent, IDeepCloneable { 31 31 string ItemName { get; } 32 32 string ItemDescription { get; }
Note: See TracChangeset
for help on using the changeset viewer.