- Timestamp:
- 04/13/10 06:41:56 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVector.cs
r3160 r3317 44 44 BinaryVector clone = new BinaryVector(array); 45 45 cloner.RegisterClonedObject(this, clone); 46 clone.ReadOnlyView = ReadOnlyView; 46 47 return clone; 47 48 } -
trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Tests/TestRandom.cs
r3306 r3317 112 112 } 113 113 114 public bool ReadOnlyView { 115 get { throw new NotImplementedException(); } 116 set { throw new NotImplementedException(); } 117 } 118 114 119 public event EventHandler ItemImageChanged; 120 public event EventHandler ReadOnlyViewChanged; 115 121 public event EventHandler ToStringChanged; 116 122
Note: See TracChangeset
for help on using the changeset viewer.