getCPtr() статический приватный Метод

static private getCPtr ( ListOfFunctionDefinitions obj ) : HandleRef
obj ListOfFunctionDefinitions
Результат System.Runtime.InteropServices.HandleRef
Пример #1
0
 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_3(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd));
 }
Пример #2
0
 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), IdList.getCPtr(idsToExclude));
 }