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