예제 #1
0
 public void push_back(int value)
 {
     SprExport.Spr_vector_push_back_int(this, value);
 }