libsbml.MathML.getCPtr C# (CSharp) Method

getCPtr() static private method

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