Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:07:29 (15 years ago)
Author:
mkommend
Message:

changed ContentAttribute to not be inherited (ticket #771)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/ContentAttribute.cs

    r2468 r2519  
    2525
    2626namespace HeuristicLab.MainForm {
    27   [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
     27  [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
    2828  public class ContentAttribute : Attribute {
    2929    private Type type;
Note: See TracChangeset for help on using the changeset viewer.