public AssignableValueInfo(PropertyInfo property, BindableData owner) : base(property, owner) { setMethod = BindableValue.GetType().GetMethod("Set", new Type[1] { ValueType }); }