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

hasOption() public méthode

public hasOption ( string key ) : bool
key string
Résultat bool
        public new bool hasOption(string key)
        {
            bool ret = libsbmlPINVOKE.ConversionProperties_hasOption(swigCPtr, key);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }