libsbml.ListOfCompartments.getCPtr C# (CSharp) Method

getCPtr() static private method

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