Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 03:00:00 (14 years ago)
Author:
swagner
Message:

Removed property ReadOnlyView (#969)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Variable.cs

    r3341 r3431  
    103103      Variable clone = new Variable(Name, Description);
    104104      cloner.RegisterClonedObject(this, clone);
    105       clone.ReadOnlyView = ReadOnlyView;
    106105      clone.value = (IItem)cloner.Clone(value);
    107106      clone.Initialize();
Note: See TracChangeset for help on using the changeset viewer.