Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/19 23:12:05 (5 years ago)
Author:
gkronber
Message:

#2520: removed usages of AllowOneWay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs

    r16565 r16796  
    133133    #region Backwards compatible code, remove with 3.5
    134134    private double[,] storableData;
    135     //name alias used to suppport backwards compatibility
    136     [Storable(Name = "data", AllowOneWay = true)]
     135    //name alias used to support backwards compatibility
     136    [Storable(OldName = "data")]
    137137    private double[,] StorableData { set { storableData = value; } }
    138138
Note: See TracChangeset for help on using the changeset viewer.