Пример #1
0
    public Class741 method_13()
    {
        Class741 class2 = new Class741(this.int_2)
        {
            int_2 = this.int_2
        };

        Array.Copy(this.int_1, 0, class2.int_1, 0, this.int_2);
        return(class2);
    }
Пример #2
0
 internal Class168()
 {
     this.class741_0  = new Class741();
     this.class154_0  = new Class154();
     this.class164_0  = new Class164();
     this.hashtable_0 = new Hashtable();
     this.arrayList_0 = new ArrayList();
     this.arrayList_1 = new ArrayList();
     this.hashtable_1 = new Hashtable();
     this.hashtable_2 = new Hashtable();
     this.hashtable_3 = new Hashtable();
 }
Пример #3
0
    public static int[] smethod_10(string A_0)
    {
        if (!Class567.smethod_16(A_0))
        {
            return(new int[0]);
        }
        Class741 class2 = new Class741();

        using (IEnumerator enumerator = new Class1087(A_0).System.Collections.IEnumerable.GetEnumerator())
        {
            while (enumerator.MoveNext())
            {
                int current = (int)enumerator.Current;
                class2.method_9(current);
            }
        }
        return(class2.method_30());
    }
Пример #4
0
 internal Class168(Class703 A_0, BinaryReader A_1)
 {
     this.class741_0  = new Class741();
     this.class154_0  = new Class154();
     this.class164_0  = new Class164();
     this.hashtable_0 = new Hashtable();
     this.arrayList_0 = new ArrayList();
     this.arrayList_1 = new ArrayList();
     this.hashtable_1 = new Hashtable();
     this.hashtable_2 = new Hashtable();
     this.hashtable_3 = new Hashtable();
     if (A_0.class929_0.class1111_6.int_1 != 0)
     {
         this.method_0(A_1, A_0.class929_0.class1111_6);
         this.class154_0.method_23(A_1, A_0.class929_0.class1111_7);
         this.class164_0.method_23(A_1, A_0.class929_0.class1111_9);
         this.method_1(A_1, A_0.class929_0.class1111_10);
     }
 }