Ejemplo n.º 1
0
 public unsafe void CopyFrom(ElementPool <T> other)
 {
     ElementPoolBase->CopyFrom <T>(*other.ElementPoolBase);
 }