Пример #1
0
 public static extern ErrorType vector_operator_left_shift(VectorElementType type, IntPtr vector, IntPtr ofstream);
Пример #2
0
 public static extern IntPtr vector_new(VectorElementType type);
Пример #3
0
 public static extern void vector_delete(VectorElementType type, IntPtr vector);