Example #1
0
 void ClearAction()
 {
     foreach (var index in Informations.Select((v, i) => i).Reverse())
     {
         Informations.RemoveAt(index);
     }
 }