Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/10 02:38:32 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#863)

  • adapted item names of generic items to reflect the type of their generic parameters
File:
1 edited

Legend:

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

    r3430 r3822  
    2727
    2828namespace HeuristicLab.Data {
    29   [Item("ValueTypeValue<T>", "An abstract base class for representing values of value types.")]
     29  [Item("ValueTypeValue", "An abstract base class for representing values of value types.")]
    3030  [StorableClass]
    3131  public abstract class ValueTypeValue<T> : Item where T : struct {
Note: See TracChangeset for help on using the changeset viewer.