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.Data/3.3/StringArray.cs

    r3430 r3431  
    9191      StringArray clone = new StringArray();
    9292      cloner.RegisterClonedObject(this, clone);
    93       clone.ReadOnlyView = ReadOnlyView;
    9493      clone.array = (string[])array.Clone();
    9594      clone.readOnly = readOnly;
Note: See TracChangeset for help on using the changeset viewer.