Esempio n. 1
0
 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor)
 {
     this.descriptor  = descriptor;
     getValueDelegate = ReflectionUtil.CreateFuncObjectObject(property.GetGetMethod());
 }