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

setValue() public méthode

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