libsbmlcs.ConversionProperties.getDescription C# (CSharp) Méthode

getDescription() public méthode

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