- Timestamp:
- 09/06/12 11:35:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RealVectorAdditiveMoveWrapper.cs ΒΆ
r7259 r8587 66 66 return vector.Length; 67 67 } 68 protected set { 68 #region Mono Compatibility 69 // this setter should be protected, but the Mono compiler couldn't handle it 70 set { 69 71 throw new System.NotSupportedException("Error: Setting the lenght of the wrapper is not allowed."); 70 72 } 73 #endregion 71 74 } 72 75 }
Note: See TracChangeset
for help on using the changeset viewer.