libsbmlcs.ASTNode.getSemanticsAnnotation C# (CSharp) Method

getSemanticsAnnotation() public method

public getSemanticsAnnotation ( long n ) : XMLNode
n long
return XMLNode
        public XMLNode getSemanticsAnnotation(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.ASTNode_getSemanticsAnnotation(swigCPtr, n);
            XMLNode ret = (cPtr == IntPtr.Zero) ? null : new XMLNode(cPtr, false);
            return ret;
        }