TypeResolution class
Contains resolved information about a .NET type.
The type resolution framework is a light abstraction around the .NET type system. It allows
most Chr.Avro behaviors to be customized and keeps reflection logic out of components like
the schema builder.
Constructors
Creates a new type resolution.
Properties
Whether the resolved type can have a null value.
The resolved type.