Gets or sets a value indicating whether composite types should be included in the result. The default
value of this property is true. A type is considered a composite if the type's constructor
contains a parameter of , ,
, ,
or (array of T), where
exactly matches the argument, supplied to the
GetTypesToRegister
method.
IEnumerable<T>
ICollection<T>
IList<T>
IReadOnlyCollection<T>
IReadOnlyList<T>
T[]
T
serviceType
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Property Value
Type: BooleanA boolean.
See Also