public void MethodName()
        {
            xxx s1 = xxx.Empty;
            xxx s2 = xxx.Empty;

            xx.List <string> t1 = new xx.List <string>();
            xx.List <string> t2 = new xx.List <string>();

            string u1 = x.String.Empty;
            string u2 = x.String.Empty;
        }
Exemple #2
0
        public void MethodName()
        {
            xxx ss = null;

            string s  = xxx.Empty;
            string s2 = xxx.Empty;

            xx.List <string> t  = new xx.List <string>();
            xx.List <string> t2 = new xx.List <string>();

            string u  = x.String.Empty;
            string u2 = x.String.Empty;
        }