Beispiel #1
0
 public void CopyTo(Breakpoint[] array, int arrayIndex)
 {
     lock (this) Breakpoints.CopyTo(array, arrayIndex);
 }