Exemple #1
0
 /// <summary>
 /// Allocate an array of n DdNodes and return the pointer
 /// </summary>
 public static IntPtr AllocateNodes(int n)
 {
     return(PlatformInvoke.DDV_AllocateNodes(n));
 }