Method Execute
Execute(T?)
Provides a strongly-typed variant of ICommand.Execute(object).
Declaration
void Execute(T? parameter)
Parameters
Type | Name | Description |
---|---|---|
T | parameter | The input parameter. |
Remarks
Use this overload to avoid boxing, if T
is a value type.