libsbmlcs.XMLOutputStream.writeComment C# (CSharp) Method

writeComment() public method

public writeComment ( string programName, string programVersion, bool writeTimestamp ) : void
programName string
programVersion string
writeTimestamp bool
return void
        public void writeComment(string programName, string programVersion, bool writeTimestamp)
        {
            libsbmlPINVOKE.XMLOutputStream_writeComment__SWIG_0(swigCPtr, programName, programVersion, writeTimestamp);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

XMLOutputStream::writeComment ( string programName, string programVersion ) : void