libsbmlcs.Species.getCPtrAndDisown C# (CSharp) Method

getCPtrAndDisown() static private method

static private getCPtrAndDisown ( Species obj ) : HandleRef
obj Species
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtrAndDisown(Species obj)
        {
            HandleRef ptr = new HandleRef(null, IntPtr.Zero);

            if (obj != null)
            {
            ptr             = obj.swigCPtr;
            obj.swigCMemOwn = false;
            }

            return ptr;
        }