Example #1
0
        internal BindingFlags m0003e8(c00010e p0)
        {
            switch (p0.f000189)
            {
                case MemberTypes.Field:
                    return BindingFlags.GetField;

                case MemberTypes.Property:
                    return BindingFlags.GetProperty;
            }
            return BindingFlags.GetProperty;
        }
Example #2
0
 protected abstract object m0003eb(string p0, c00010e p1);
Example #3
0
 public void m0003e3(c000068 p0, string p1)
 {
     base.m000097(p0);
     if (!string.IsNullOrEmpty(p1))
     {
         this.m0003ae();
     }
     if (!(string.IsNullOrEmpty(p1) || this.f000001.m0000e1(p1)))
     {
         this.f000001.m00043d(p1, new c00006b());
     }
     c00010e item = new c00010e(p0, null, null, null, true, true, MemberTypes.All, false);
     item.f000007 = p1;
     this.f00088f.Add(item);
     p0.m000380(new delegate06f(this.m0000a6));
     this.m0002ea();
     if (this.f000001 != null)
     {
         this.m000369();
     }
 }