Contains() public method

public Contains ( Command cmd ) : bool
cmd Command
return bool
Esempio n. 1
0
 public bool CanExecute(Command cmd)
 {
     return(commands.Contains(cmd));
 }