1 interface inheriting from ICommandMapper
Microsoft.Maui (1)
CommandMapper.cs (1)
68
public interface ICommandMapper<out TVirtualView, out TViewHandler> :
ICommandMapper
1 implementation of ICommandMapper
Microsoft.Maui (1)
CommandMapper.cs (1)
7
public abstract class CommandMapper :
ICommandMapper