Method GetFirstFromCommands
GetFirstFromCommands(params Command[])
Gets the first matching TEvent bound to the set of commands specified by
commands.
public TEvent? GetFirstFromCommands(params Command[] commands)
Parameters
commandsCommand[]The set of commands to search.
Returns
- TEvent
The first matching
TEventbound to the set of commands specified bycommands. null if the set of commands was not found.