libsbmlcs.ConversionProperties.getDescription C# (CSharp) Method

getDescription() public method

public getDescription ( string key ) : string
key string
return string
        public new string getDescription(string key)
        {
            string ret = libsbmlPINVOKE.ConversionProperties_getDescription(swigCPtr, key);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }