libsbml.SBase.getNotesString C# (CSharp) Method

getNotesString() public method

public getNotesString ( ) : string
return string
        public string getNotesString()
        {
            string ret = libsbmlPINVOKE.SBase_getNotesString__SWIG_0(swigCPtr);
            return ret;
        }
SBase