libsbmlcs.ASTNode.writeNodeOfType C# (CSharp) Method

writeNodeOfType() public method

public writeNodeOfType ( XMLOutputStream stream, int type, bool inChildNode ) : void
stream XMLOutputStream
type int
inChildNode bool
return void
        public new void writeNodeOfType(XMLOutputStream stream, int type, bool inChildNode)
        {
            libsbmlPINVOKE.ASTNode_writeNodeOfType__SWIG_0(swigCPtr, XMLOutputStream.getCPtr(stream), type, inChildNode);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

ASTNode::writeNodeOfType ( XMLOutputStream stream, int type ) : void