public TypeAccessorWrapper(object target, TypeAccessor accessor)
 {
     this.target = target;
     this.accessor = accessor;
 }
Exemplo n.º 2
0
 public TypeAccessorWrapper(object target, TypeAccessor accessor)
 {
     this.target   = target;
     this.accessor = accessor;
 }