libsbmlcs.SBaseList.getCPtr C# (CSharp) Method

getCPtr() static private method

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