public sealed class PhoneNumberInput<T> : InputComponentBase<T>
where T : class, IHasPhoneNumber
| PhoneNumberInputT | Initializes a new instance of the PhoneNumberInputT class |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView)) |