Creates a dynamic type that always consists of the TBase type, and optionally contains T1 and/or T2 as well. Used for scenarios where parts of a data structure are lazy-loaded and where the base model might be extended in two separate ways.
TBase
T1
T2
Creates a dynamic type that always consists of the
TBase
type, and optionally containsT1
and/orT2
as well. Used for scenarios where parts of a data structure are lazy-loaded and where the base model might be extended in two separate ways.