コード例 #1
0
 /// <summary>
 /// Create an standard vector of OclInfo of the specific size
 /// </summary>
 /// <param name="size">The size of the vector</param>
 public VectorOfOclInfo(int size)
 {
     _ptr = OclInvoke.VectorOfOclInfoCreateSize(size);
 }