TaskCollection(IEnumerable <IIdentificable> Collection) { Comparer = new IdentifyComparer(); _collection = new HashSet <IIdentificable> (Collection, Comparer); Initialize(); }
/// <summary> /// </summary> public TaskCollection() { Comparer = new IdentifyComparer(); _collection = new HashSet <IIdentificable> (Comparer); }