コード例 #1
0
 private void CleanDuplicates()
 {
     lock (this)
     {
         AllPhotographs = AllPhotographs.Distinct().ToList();
     }
 }