Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 15:26:19 (15 years ago)
Author:
epitzer
Message:

Register event listeners during deserialization. (#603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/VariableInjector.cs

    r1708 r1727  
    112112
    113113    [Storable]
    114     private KeyValuePair<Dictionary<IVariableInfo, IVariable>, Dictionary<IVariable, IVariableInfo>> MappingPersistence {
     114    private KeyValuePair<Dictionary<IVariableInfo, IVariable>, Dictionary<IVariable, IVariableInfo>> VariableMappingPersistence {
    115115      get {
    116116        return new KeyValuePair<Dictionary<IVariableInfo, IVariable>, Dictionary<IVariable, IVariableInfo>>(
Note: See TracChangeset for help on using the changeset viewer.