User Defined TypeSelectorsCreating your own
ExampleFor our example we are going to build on the For our Our TypeSelector can be implemented as shown below. Note that when your TypeSelector does not know how to handle the property it should return null so that any further TypeSelectors can be checked. Make sure you are returning the Now you need to add your TypeSelector to the Note that in the code below our new TypeSelector is put into the list first. The reason for this is that it has to be put before as TypeSelectorNumeric will match with an |