예제 #1
0
 public void Clear()
 {
     // Should be safe to just call empty. There shouldn't be any memory that needs to be freed per element.
     InvocationList.Empty(0, ElementSize);
 }