Implemented interface member:
method
GetCommand
Microsoft.Maui.ICommandMapper.GetCommand(System.String)
3 references to GetCommand
Microsoft.Maui (3)
CommandMapper.cs (3)
32
var action =
GetCommand
(key);
41
return Chained.
GetCommand
(key);
94
var action =
GetCommand
(key) ?? throw new IndexOutOfRangeException($"Unable to find mapping for '{nameof(key)}'.");