source:
branches/ParameterBinding/HeuristicLab.Core/3.3/Interfaces/IItemBinding.cs
@
6514
Last change on this file since 6514 was 4787, checked in by abeham, 14 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using HeuristicLab.Common; |
6 | |
7 | namespace HeuristicLab.Core { |
8 | public interface IItemBinding : IDeepCloneable { |
9 | void Bind(); |
10 | void Unbind(); |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.