libsbmlcs.ASTNode.writeNodeOfType C# (CSharp) Method

writeNodeOfType() public method

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

Same methods

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