Exemple #1
0
 public void RemoveAt(int index)
 {
     lock (this)
     {
         mImpl.RemoveAt(index);
     }
 }
Exemple #2
0
 public void RemoveAt(int index)
 {
     mImpl.RemoveAt(index);
 }