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;
        }