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); }