Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

  • Article

Method CanExecute

CanExecute(T)

Gets a value indicating whether the Execute(T) command can be called with a given parameter.

Declaration
public bool CanExecute(T parameter)
Parameters
Type Name Description
T parameter
Returns
Type Description
bool
  • Navigation