Changeset 3405 for trunk/sources/HeuristicLab.Common/3.3/Content
- Timestamp:
- 04/19/10 02:46:51 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Common/3.3/Content
- Files:
-
- 5 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common/3.3/Content/IContent.cs
r3401 r3405 26 26 27 27 namespace HeuristicLab.Common { 28 public interface IContent {28 public interface IContent :IDeepCloneable{ 29 29 bool ReadOnlyView { get; set; } 30 30
Note: See TracChangeset
for help on using the changeset viewer.