libsbmlcs.ConversionProperties.getDescription C# (CSharp) Метод

getDescription() публичный Метод

public getDescription ( string key ) : string
key string
Результат string
        public new string getDescription(string key)
        {
            string ret = libsbmlPINVOKE.ConversionProperties_getDescription(swigCPtr, key);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }