libsbmlcs.ConversionProperties.setValue C# (CSharp) 메소드

setValue() 공개 메소드

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