Creates a dynamic type that always consists of the TBase type, and optionally contains TFull as well. Used for scenarios where parts of a data structure are lazy-loaded.
TBase
TFull
Creates a dynamic type that always consists of the
TBase
type, and optionally containsTFull
as well. Used for scenarios where parts of a data structure are lazy-loaded.