Creates a dynamic type that always consists of the TBase type, and optionally contains either T1 or T2 as well. Used for scenarios where parts of a data structure are lazy-loaded with one of two possible models.
TBase
T1
T2
Creates a dynamic type that always consists of the
TBase
type, and optionally contains eitherT1
orT2
as well. Used for scenarios where parts of a data structure are lazy-loaded with one of two possible models.