CachedType
A cached type object without context.
Gets the type's element type (i.e. array type).
Gets the type's generic arguments (Nullable{T} is unwrapped).
Gets a value indicating whether this type is wrapped with Nullable{T}.
Gets the type name.
Gets the type's original generic arguments (Nullable{T} is not unwrapped).
Gets the original type (i.e. without unwrapping Nullable{T}).
Gets the actual unwrapped type (e.g. gets T of a Nullable{T} type).
Gest the original's type info.
Clears the cache.
Unwraps the OriginalType as Type from the context type.
Gets the cached type for the given type and nullable flags index.
Updates the original generic arguments.
Updates the original generic arguments.