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

setIntValue() public méthode

public setIntValue ( string key, int value ) : void
key string
value int
Résultat void
        public new void setIntValue(string key, int value)
        {
            libsbmlPINVOKE.ConversionProperties_setIntValue(swigCPtr, key, value);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }