libsbmlcs.libsbml.representsQualifier C# (CSharp) Method

representsQualifier() public static method

public static representsQualifier ( int type ) : bool
type int
return bool
        public static bool representsQualifier(int type)
        {
            bool ret = libsbmlPINVOKE.representsQualifier__SWIG_1(type);
            return ret;
        }

Same methods

libsbml::representsQualifier ( int type, ASTBasePlugin plugin ) : bool