Collections/ListSet.cs
changeset 167 b7cc9d09aefe
parent 165 813d8bc3192f
child 195 0ee888c485d5
     1.1 --- a/Collections/ListSet.cs	Thu Aug 12 20:53:27 2010 +0000
     1.2 +++ b/Collections/ListSet.cs	Sun Aug 15 14:46:58 2010 +0000
     1.3 @@ -41,6 +41,7 @@
     1.4  using System.Text;
     1.5  
     1.6  namespace OpenHardwareMonitor.Collections {
     1.7 +
     1.8    public class ListSet<T> : IEnumerable<T> {
     1.9  
    1.10      private List<T> list = new List<T>();