Exemple #1
0
        public int Two()
        {
            var a3 = new A3.A3Class();

            using (var x = new Newtonsoft.Json.JsonTextWriter(System.IO.File.AppendText("")))
            {
                return(2);
            }
        }
Exemple #2
0
 public int Two()
 {
     var a3 = new A3.A3Class();
     
     using (var x = new Newtonsoft.Json.JsonTextWriter(System.IO.File.AppendText("")))
     {
         return 2;
     }
 }
Exemple #3
0
        public static void  Foo()
        {

            var foo = new A3.A3Class(); ;
        }
Exemple #4
0
 public static void  Foo()
 {
     var foo = new A3.A3Class();;
 }