Exemplo n.º 1
0
        internal static bool smethod_1(Region region_0, string string_1)
        {
            Class14 class2 = new Class14 {
                string_0 = string_1
            };

            string_0 = "";
            Class40.smethod_0(region_0);
            if (!bool_0)
            {
                Class40.Event_1 += (Class13.< > 9__6_0 ?? (Class13.< > 9__6_0 = new EventHandler(Class13.< > 9.method_1)));
                bool_0           = true;
            }
            if (!bool_1)
            {
                Class40.Event_2 += (Class13.< > 9__6_1 ?? (Class13.< > 9__6_1 = new EventHandler(Class13.< > 9.method_2)));
                bool_1           = true;
            }
            bool?nullable = new bool?(Class45.smethod_2 <bool>(new Func <Class40, bool>(class2.method_0)));

            if (!nullable.HasValue)
            {
                return(false);
            }
            return(nullable.Value);
        }
Exemplo n.º 2
0
        public static byte[] smethod_4(string string_1, out string string_2)
        {
            Class15 class2 = new Class15 {
                string_0 = string_1,
                string_1 = null
            };

            string_2 = class2.string_1;
            byte[] buffer = Class45.smethod_2 <byte[]>(new Func <Class40, byte[]>(class2.method_0));
            if ((buffer != null) && (buffer.Length != 0))
            {
                return(buffer);
            }
            return(null);
        }