예제 #1
0
 public void RemoveAt(int index)
 {
     if (index >= 0 && index < Count)
     {
         InvocationList.RemoveAt(index, ElementSize);
     }
 }