Exemplo n.º 1
0
 private bool SelectionContainsTile(int gridTileIndex)
 {
     return(CurrentSelection is null ||
            CurrentSelection.ContainsIndex(gridTileIndex));
 }