Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/19 14:23:08 (5 years ago)
Author:
abeham
Message:

#2521: reverted r17309

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Data/3.3/StringConvertibleArray.cs

    r17309 r17315  
    2222#endregion
    2323
    24 using System.Collections.Generic;
    2524using HEAL.Attic;
    2625using HeuristicLab.Common;
     
    3938    protected StringConvertibleArray(int length) : base(length) { }
    4039    protected StringConvertibleArray(T[] elements, bool @readonly = false) : base(elements, @readonly) { }
    41     protected StringConvertibleArray(IReadOnlyList<T> elements) : base(elements) { }
    4240
    4341    protected abstract bool Validate(string value, out string errorMessage);
Note: See TracChangeset for help on using the changeset viewer.