Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (15 years ago)
Author:
swagner
Message:

Implemented first draft of MainForm support in HeuristicLab.Core/HeuristicLab.Core.Views and all other depending plugins (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/IntArrayData.cs

    r1853 r2520  
    6060
    6161    /// <summary>
    62     /// Creates a enw instance of <see cref="IntArrayDataView"/>.
    63     /// </summary>
    64     /// <returns>The created instance as <see cref="IntArrayDataView"/>.</returns>
    65     public override IView CreateView() {
    66       return new IntArrayDataView(this);
    67     }
    68 
    69     /// <summary>
    7062    /// The string representation of the array, formatted according to the given <paramref name="format"/>.
    7163    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.