libsbmlcs.ASTNode.getCPtr C# (CSharp) Method

getCPtr() static private method

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