libsbmlcs.ASTNode.read C# (CSharp) Method

read() public method

public read ( XMLInputStream stream ) : bool
stream XMLInputStream
return bool
        public new bool read(XMLInputStream stream)
        {
            bool ret = libsbmlPINVOKE.ASTNode_read__SWIG_1(swigCPtr, XMLInputStream.getCPtr(stream));
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

ASTNode::read ( XMLInputStream stream, string reqd_prefix ) : bool