Implemented interface member:
method
GetProperty
Microsoft.Maui.IPropertyMapper.GetProperty(System.String)
2 references to GetProperty
Microsoft.Maui (2)
PropertyMapper.cs (2)
46
var action =
GetProperty
(key);
162
var action =
GetProperty
(key) ?? throw new IndexOutOfRangeException($"Unable to find mapping for '{nameof(key)}'.");