Changeset 2519 for trunk/sources/HeuristicLab.MainForm
- Timestamp:
- 11/23/09 11:07:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm/3.2/ContentAttribute.cs
r2468 r2519 25 25 26 26 namespace HeuristicLab.MainForm { 27 [AttributeUsage(AttributeTargets.Class, AllowMultiple = true )]27 [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)] 28 28 public class ContentAttribute : Attribute { 29 29 private Type type;
Note: See TracChangeset
for help on using the changeset viewer.