Ejemplo n.º 1
0
        private static error Set(this nflag _p0, @string value)
        {
            if (value == "true")
            {
                sortOrder.val = "address";
            }

            return(error.As(null !) !);
        }
Ejemplo n.º 2
0
        private static @string String(this nflag _p0)
        {
            if (sortOrder == "address".val)
            {
                return("true");
            }

            return("false");
        }
Ejemplo n.º 3
0
 private static bool IsBoolFlag(this nflag _p0)
 {
     return(true);
 }