libsbmlcs.ASTNode.writeNodeOfType C# (CSharp) 메소드

writeNodeOfType() 공개 메소드

public writeNodeOfType ( XMLOutputStream stream, int type ) : void
stream XMLOutputStream
type int
리턴 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