libsbmlcs.ListOf.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Esempio n. 1
0
 ListOf(ListOf orig) : this(libsbmlPINVOKE.new_ListOf__SWIG_4(ListOf.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbmlcs.ListOf::getCPtr