예제 #1
0
        public static string ToString(this GGnucSectionType @this)
        {
            switch (@this)
            {
            case GGnucSectionType.IGNORE_DEPRECATIONS:
                return("IGNORE_DEPRECATIONS");

            default:
                assert_not_reached();
                return(null);
            }
        }
예제 #2
0
 public CCodeGGnucSection(GGnucSectionType t)
 {
     section_type = t;
 }