public L3v2extendedmathPkgNamespaces(L3v2extendedmathPkgNamespaces orig) : this(libsbmlPINVOKE.new_L3v2extendedmathPkgNamespaces__SWIG_5(L3v2extendedmathPkgNamespaces.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 L3v2extendedmathSBMLDocumentPlugin(string uri, string prefix, L3v2extendedmathPkgNamespaces l3v2extendedmathns) : this(libsbmlPINVOKE.new_L3v2extendedmathSBMLDocumentPlugin__SWIG_0(uri, prefix, L3v2extendedmathPkgNamespaces.getCPtr(l3v2extendedmathns)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }