source:
branches/PushGP/HeuristicLab.PushGP/FeatureTests/Pool/IPooledObject.cs
@
14821
Last change on this file since 14821 was 14777, checked in by pkimmesw, 8 years ago | |
---|---|
File size: 231 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using System.Threading.Tasks; |
6 | |
7 | namespace TestPooling.Pool |
8 | { |
9 | public interface IPooledObject |
10 | { |
11 | void Reset(); |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.