TypeResolver class
A customizable type resolver backed by a list of cases.
See the
TypeResolution class for more information about the resolution
framework.
Constructors
Creates a new type resolver.
Creates a new type resolver.
Properties
A list of cases that the resolver will attempt to apply. If the first case does not
match, the resolver will try the next case, and so on until all cases have been tested.
Whether to resolve reference types as nullable.
Methods
Resolves information for a .NET type.
Resolves information for a .NET type.