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

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

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