libsbmlcs.ConversionOption.setDescription C# (CSharp) Method

setDescription() public method

public setDescription ( string description ) : void
description string
return void
        public void setDescription(string description)
        {
            libsbmlPINVOKE.ConversionOption_setDescription(swigCPtr, description);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }