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

setBoolValue() public méthode

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