//constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("XamlStylerModel (");
            using (printer.IndentCookie()) {
                printer.Print("performReformat = "); _PerformReformat.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
Exemple #2
0
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("Solution2 (");
            using (printer.IndentCookie()) {
                printer.Print("get = "); _Get.PrintEx(printer); printer.Println();
                printer.Print("testBuffer = "); _TestBuffer.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
        //constants

        //custom body
        //methods
        //equals trait
        //hash code trait
        //pretty print
        public override void Print(PrettyPrinter printer)
        {
            printer.Println("BSMT_RiderModel (");
            using (printer.IndentCookie()) {
                printer.Print("getUserSettings = "); _GetUserSettings.PrintEx(printer); printer.Println();
                printer.Print("foundBeatSaberLocations = "); _FoundBeatSaberLocations.PrintEx(printer); printer.Println();
            }
            printer.Print(")");
        }
 //equals trait
 //hash code trait
 //pretty print
 public override void Print(PrettyPrinter printer)
 {
     printer.Println("UnityModel (");
     using (printer.IndentCookie()) {
         printer.Print("play = "); _Play.PrintEx(printer); printer.Println();
         printer.Print("pause = "); _Pause.PrintEx(printer); printer.Println();
         printer.Print("step = "); _Step.PrintEx(printer); printer.Println();
         printer.Print("unityPluginVersion = "); _UnityPluginVersion.PrintEx(printer); printer.Println();
         printer.Print("riderProcessId = "); _RiderProcessId.PrintEx(printer); printer.Println();
         printer.Print("applicationPath = "); _ApplicationPath.PrintEx(printer); printer.Println();
         printer.Print("applicationVersion = "); _ApplicationVersion.PrintEx(printer); printer.Println();
         printer.Print("logModelInitialized = "); _LogModelInitialized.PrintEx(printer); printer.Println();
         printer.Print("isClientConnected = "); _IsClientConnected.PrintEx(printer); printer.Println();
         printer.Print("openFileLineCol = "); _OpenFileLineCol.PrintEx(printer); printer.Println();
         printer.Print("updateUnityPlugin = "); _UpdateUnityPlugin.PrintEx(printer); printer.Println();
         printer.Print("refresh = "); _Refresh.PrintEx(printer); printer.Println();
     }
     printer.Print(")");
 }