getCPtr() static private method

static private getCPtr ( L3ParserSettings obj ) : HandleRef
obj L3ParserSettings
return System.Runtime.InteropServices.HandleRef
コード例 #1
0
 L3ParserSettings(L3ParserSettings source) : this(libsbmlPINVOKE.new_L3ParserSettings__SWIG_4(L3ParserSettings.getCPtr(source)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }