libsbml.ASTBase.write C# (CSharp) 메소드

write() 공개 메소드

public write ( XMLOutputStream stream ) : void
stream XMLOutputStream
리턴 void
        public new void write(XMLOutputStream stream)
        {
            libsbmlPINVOKE.ASTBase_write(swigCPtr, XMLOutputStream.getCPtr(stream));
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }