Esempio n. 1
0
 // --- property ---
 public object GetValue(object target, PropertyInfo prop)
 {
     return(_accessorCache.GetValue(target, prop));
 }