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

getIntValue() public méthode

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