Use New keyword for customized lazyAsync Value property

This commit is contained in:
弘韬 张 2020-11-20 23:05:12 +08:00
parent 6863b412e3
commit ea5e9a0fae

View file

@ -20,7 +20,7 @@ namespace Flow.Launcher.ViewModel
private readonly Action _updateCallback;
public T Value
public new T Value
{
get
{