libsbmlcs.ConversionProperties.setIntValue C# (CSharp) Method

setIntValue() public method

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