| FactoryCreateManyOrdered Method (Type) |
Creates instances of the specified type depending on the
ComponentAttribute
The returned values are ordered by the defined priority.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax Public Shared Function CreateManyOrdered (
contractType As Type
) As IEnumerable
Parameters
- contractType
- Type: SystemType
The Type that contract name derives from
Return Value
Type:
IEnumerableA collection of the newly created objects.
Exceptions See Also