示例#1
0
 internal Class487(Sdtt A_0, string A_1, string A_2, string A_3)
 {
     this.sdtt_0   = A_0;
     this.string_0 = A_1;
     this.string_1 = A_2;
     this.string_2 = A_3;
 }
示例#2
0
 internal Class702(Sdtt A_0, int A_1, int A_2, string A_3)
 {
     this.arrayList_0 = new ArrayList();
     this.sdtt_0      = A_0;
     this.int_1       = A_1;
     this.int_2       = A_2;
     this.string_0    = A_3;
 }
示例#3
0
    internal static MarkupLevel smethod_0(Sdtt A_0)
    {
        int num = 10;

        switch (A_0)
        {
        case Sdtt.SdttRegular:
            return(MarkupLevel.Inline);

        case Sdtt.SdttPara:
            return(MarkupLevel.Block);

        case Sdtt.SdttCell:
            return(MarkupLevel.Cell);

        case Sdtt.SdttRow:
            return(MarkupLevel.Row);
        }
        throw new InvalidOperationException(BookmarkStart.b("礯就䈳圵吷匹堻ḽ㌿♁ぃ㉅桇㱉ⵋ≍╏㝑穓", num));
    }
示例#4
0
    internal Class702(BinaryReader A_0)
    {
        this.arrayList_0 = new ArrayList();
        A_0.ReadInt16();
        this.int_3  = A_0.ReadInt32();
        this.int_1  = A_0.ReadInt32();
        this.int_2  = A_0.ReadInt32();
        this.sdtt_0 = (Sdtt)A_0.ReadInt32();
        int num  = A_0.ReadInt32();
        int num2 = A_0.ReadInt32();

        for (int i = 0; i < num; i++)
        {
            this.arrayList_0.Add(new Class167(A_0));
        }
        if (num2 > 0)
        {
            this.string_0 = Class813.smethod_5(A_0, num2);
        }
    }