- Timestamp:
- 07/07/15 00:12:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Attributes/CreatableAttribute.cs
r12512 r12622 94 94 Category = (string)category; 95 95 } 96 // BackwardsCompatibility3.3 97 #region Backwards compatible code, remove with 3.4 98 [Obsolete] 99 public CreatableAttribute(string category) 100 : this() { 101 Category = category; 102 } 103 #endregion 96 104 97 105 public static bool IsCreatable(Type type) {
Note: See TracChangeset
for help on using the changeset viewer.