Changeset 2664 for trunk/sources/HeuristicLab.Data.Views/3.3
- Timestamp:
- 01/21/10 02:04:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/IntDataView.cs
r2663 r2664 35 35 /// </summary> 36 36 [Content(typeof(IntData), true)] 37 public partial class IntDataView : ItemView Base{37 public partial class IntDataView : ItemView { 38 38 public IntData IntData { 39 39 get { return (IntData)Item; }
Note: See TracChangeset
for help on using the changeset viewer.