- Timestamp:
- 03/11/17 12:42:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/TestPooling/Pool/ManagedPool.cs
r14744 r14745 17 17 18 18 private int entryIndex = 0; 19 20 public static int InstanceCount { get { return Pool.Sum(p => p.Count); } } 19 21 20 22 public ManagedPool(int partitionSize, Func<T> factory) {
Note: See TracChangeset
for help on using the changeset viewer.