public MvxSimplePropertyInfoTargetBindingFactory(Type bindingType, Type targetType, string targetName)
 {
     _bindingType  = bindingType;
     _innerFactory = new MvxPropertyInfoTargetBindingFactory(targetType, targetName, CreateTargetBinding);
 }
 public MvxSimplePropertyInfoTargetBindingFactory(Type bindingType, Type targetType, string targetName)
 {
     _bindingType = bindingType;
     _innerFactory = new MvxPropertyInfoTargetBindingFactory(targetType, targetName, CreateTargetBinding);
 }