Exemplo n.º 1
0
 public PropertyBridge(PropertyInfo property)
 {
     this.propertyInfo   = property;
     dynamicPropertyInfo = ReflectionManager.CreateDynamicProperty(property);
 }