private static void smethod_3(Class581 A_0, Class584 A_1) { Comment comment = null; CommentMark commentMarkStart = null; if ((A_0.method_25().Count > 0) && A_0.method_25().ContainsKey(A_1.method_0())) { comment = A_0.method_25()[A_1.method_0()]; } else { comment = new Comment(A_0.Interface50.imethod_0()); A_0.method_25().Add(A_1.method_0(), comment); } if (comment.CommentMarkStart != null) { commentMarkStart = A_0.method_25()[A_1.method_0()].CommentMarkStart; } else { commentMarkStart = new CommentMark(A_0.Interface50.imethod_0(), A_1.method_0(), CommentMarkType.CommentStart); comment.CommentMarkStart = commentMarkStart; } A_0.method_6(commentMarkStart); }
private static void smethod_4(Class581 A_0, Class584 A_1) { if (((A_0.method_25().Count != 0) && A_0.method_25().ContainsKey(A_1.method_0())) && (A_0.method_25()[A_1.method_0()].CommentMarkEnd == null)) { CommentMark mark = new CommentMark(A_0.Interface50.imethod_0(), A_1.method_0(), CommentMarkType.CommentEnd); A_0.method_25()[A_1.method_0()].CommentMarkEnd = mark; A_0.method_6(mark); } }
internal static Comment smethod_18(CharacterFormat A_0, Class581 A_1) { int num = 14; Class394 class2 = A_1.imethod_1(); Class584 class3 = new Class584(class2); if (!class3.method_11()) { return(null); } Comment comment = null; if ((A_1.method_25().Count > 0) && A_1.method_25().ContainsKey(class3.method_0())) { comment = A_1.method_25()[class3.method_0()]; } else { comment = new Comment(A_1.Interface50.imethod_0()); A_1.method_25().Add(class3.method_0(), comment); } comment.Format.CommentId = class3.method_0(); comment.Format.Author = class3.method_4(); comment.Format.Initial = class3.method_5(); comment.Format.DateTime = class3.method_1(); while (class2.method_9(BookmarkStart.b("唳堵嘷唹䠻弽㐿⭁⭃⡅", num))) { string str; if (((str = class2.method_1()) != null) && (str == BookmarkStart.b("圳夵嘷丹夻倽㐿", num))) { Class629.smethod_0(A_1, comment.Body); } else { class2.vmethod_1(); } } return(comment); }