Ejemplo n.º 1
0
 public PropertyChangeListener(object instance, Func <PropertyInfo, bool> filter) : base(instance)
 {
     properties = TypePropertyCache.For(instance, filter);
 }
Ejemplo n.º 2
0
 public PropertyChangeListener(object instance) : base(instance)
 {
     properties = TypePropertyCache.For(instance);
 }