Beispiel #1
0
 /// <summary>
 /// Return the reference count
 /// </summary>
 public static int GetReference(CUDDNode dd)
 {
     return(PlatformInvoke.DDN_GetReference(dd.Ptr));
 }