예제 #1
0
 public void method_4(Class546 A_0)
 {
     this.int_0 += A_0.method_0();
     this.int_1 += A_0.method_0();
 }
예제 #2
0
    public Class542(Interface21 A_0, Class546 A_1, bool A_2)
    {
        string textToSplit = string.Empty;

        textToSplit        = (A_0 as TextRange).TextToSplit;
        this.interface21_0 = A_0;
        string str2 = A_2 ? textToSplit.Substring(0, A_1.method_1()) : textToSplit.Substring(A_1.method_0());

        this.string_0 = str2;
    }