CachedType
A cached type object without context.
Gets all type attributes.
Gets the type's element type (i.e. array type).
Gets the type's generic arguments (Nullable{T} is unwrapped).
Gets the type's associated attributes of the type (inherited).
Gets a value indicating whether this type is wrapped with Nullable{T}.
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.
Gets the type name.
Clears the cache.
Unwraps the OriginalType as Type from the context type.
Gets the cached type for the given type and nullable flags index.
Gets an attribute of the given type which is defined on the type.
Gets the attributes of the given type which are defined on the type.
Updates the original generic arguments.
Updates the original generic arguments.