Why everywhere I look everybody uses the first style over the second one? Is there really big performance hit?
private ICommand _exportCommand; public ICommand ExportCommand => _exportCommand ?? (_exportCommand = new Command(Export)); public ICommand ExportCommand => new Command(Export);
1.4m articles
1.4m replys
5 comments
57.0k users