libsbml.L3ParserSettings.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( L3ParserSettings obj ) : HandleRef
obj L3ParserSettings
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(L3ParserSettings obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Esempio n. 1
0
 L3ParserSettings(L3ParserSettings source) : this(libsbmlPINVOKE.new_L3ParserSettings__SWIG_4(L3ParserSettings.getCPtr(source)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }