Changeset 2863 for trunk/sources/HeuristicLab.Data/3.3/StringArrayData.cs
- Timestamp:
- 02/25/10 01:56:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/3.3/StringArrayData.cs
r2790 r2863 108 108 int IStringConvertibleMatrixData.Columns { 109 109 get { return 1; } 110 set { throw new NotSupportedException(" Columns cannot be changed."); }110 set { throw new NotSupportedException("The number of columns cannot be changed."); } 111 111 } 112 112
Note: See TracChangeset
for help on using the changeset viewer.