libsbmlcs.ConversionOption.setKey C# (CSharp) Method

setKey() public method

public setKey ( string key ) : void
key string
return void
        public void setKey(string key)
        {
            libsbmlPINVOKE.ConversionOption_setKey(swigCPtr, key);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }