Example #1
0
 /// <summary>
 /// Returns whether the action can be executed.
 /// </summary>
 /// <returns>
 /// A boolean representing whether the action can be executed.
 /// </returns>
 public bool CanExecute()
 {
     return(_item.CanRemove());
 }