예제 #1
0
        internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor)
        {
            while (true)
            {
IL_4A:
                uint arg_32_0 = 603488631u;
                while (true)
                {
                    uint num;
                    switch ((num = (arg_32_0 ^ 755106210u)) % 3u)
                    {
                    case 0u:
                        goto IL_4A;

                    case 2u:
                        this.descriptor       = descriptor;
                        this.getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod());
                        arg_32_0 = (num * 2587189340u ^ 1876080986u);
                        continue;
                    }
                    return;
                }
            }
        }
예제 #2
0
 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor)
 {
     this.descriptor  = descriptor;
     getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod());
 }