implicit operator GetterTemplateSelector(string?)
Converts a string to a new instance of the GetterTemplateSelector where the DefaultTemplate property is set to this string.
Declaration
public static implicit operator GetterTemplateSelector(string? defaultTemplate)
Parameters
Type | Name | Description |
---|---|---|
string | defaultTemplate | Name of the default template. |
Returns
Type | Description |
---|---|
GetterTemplateSelector |