libsbmlcs.SpeciesType.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Exemplo n.º 1
0
 SpeciesType(SpeciesType orig) : this(libsbmlPINVOKE.new_SpeciesType__SWIG_2(SpeciesType.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }